#BBE5F4

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

Shades of Onahau #BBE5F4

Tints of Onahau #BBE5F4

Color information

#BBE5F4 (or 0xBBE5F4) is unknown color: approx Onahau. HEX triplet: BB, E5 and F4. RGB value is (187,229,244). Sum of RGB (Red+Green+Blue) = 187+229+244=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 229 (89.84% from 255 or 34.70% from 660); Blue value is 244 (95.70% from 255 or 36.97% from 660); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBE5F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5F4 is #441A0B. Grayscale: #DADADA. Windows color (decimal): -4463116 or 16049595. OLE color: 16049595.

HSL color Cylindrical-coordinate representation of color #BBE5F4: hue angle of 195.79º 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 #BBE5F4 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187229244-
CMYK0.230.0600.04
HSL195.79º72.15%84.51%-
HSV(B)195.79º23.36%95.69%-
XYZ64.8473.1496.29-
YUV218.15142.59105.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.33%
GREEN value IS 229 (89.84% from 255) = 34.70%
BLUE value IS 244 (95.70% from 255) = 36.97%
R=28.33%
G=34.70%
B=36.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872292440.230.0600.04195.7972.1584.51
HexBBE5F417604c44855
Octal27334536427604304110125
Binary1011101111100101111101001011111001001100010010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE5F4; }

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

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

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

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

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

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

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

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