#BBE0F4

Color #BBE0F4 Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #BBE0F4

Tints of Onahau #BBE0F4

Color information

#BBE0F4 (or 0xBBE0F4) is unknown color: approx Onahau. HEX triplet: BB, E0 and F4. RGB value is (187,224,244). Sum of RGB (Red+Green+Blue) = 187+224+244=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 244 (95.70% from 255 or 37.25% from 655); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBE0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE0F4 is #441F0B. Grayscale: #D7D7D7. Windows color (decimal): -4464396 or 16048315. OLE color: 16048315.

HSL color Cylindrical-coordinate representation of color #BBE0F4: hue angle of 201.05º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBE0F4 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187224244-
CMYK0.230.0800.04
HSL201.05º72.15%84.51%-
HSV(B)201.05º23.36%95.69%-
XYZ63.4870.4195.83-
YUV215.22144.24107.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 28.55%
GREEN value IS 224 (87.89% from 255) = 34.20%
BLUE value IS 244 (95.70% from 255) = 37.25%
R=28.55%
G=34.20%
B=37.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872242440.230.0800.04201.0572.1584.51
HexBBE0F417804c94855
Octal273340364271004311110125
Binary10111011111000001111010010111100001001100100110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE0F4; }

 p { color: rgb(187,224,244); }

 H1.HeaderClassName
 {
   color: #BBE0F4;
 }
 .AnyTagClassName
 {
   color: #BBE0F4;
 }
</style>
background-color css

<style>
 a { background-color: #BBE0F4; }

 a { background-color: rgb(187,224,244); }

 div.DivClassName
 {
   background-color: #BBE0F4;
 }
 .BgClassName
 {
   background-color: #BBE0F4;
 }
</style>
border-color css

<style>
 span { border-color: #BBE0F4; }

 span { border-color: rgb(187,224,244); }

 td.TdClassName
 {
   border-color: #BBE0F4;
 }
 .TagClassName
 {
   border-color: #BBE0F4;
 }
</style>