#BBF2F9

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

Shades of Onahau #BBF2F9

Tints of Onahau #BBF2F9

Color information

#BBF2F9 (or 0xBBF2F9) is unknown color: approx Onahau. HEX triplet: BB, F2 and F9. RGB value is (187,242,249). Sum of RGB (Red+Green+Blue) = 187+242+249=678 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.58% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBF2F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF2F9 is #440D06. Grayscale: #E2E2E2. Windows color (decimal): -4459783 or 16380603. OLE color: 16380603.

HSL color Cylindrical-coordinate representation of color #BBF2F9: hue angle of 186.77º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF2F9 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187242249-
CMYK0.250.0300.02
HSL186.77º83.78%85.49%-
HSV(B)186.77º24.9%97.65%-
XYZ69.3480.91101.58-
YUV226.35140.7899.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.58%
GREEN value IS 242 (94.92% from 255) = 35.69%
BLUE value IS 249 (97.66% from 255) = 36.73%
R=27.58%
G=35.69%
B=36.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872422490.250.0300.02186.7783.7885.49
HexBBF2F919302bb5455
Octal27336237131302273124125
Binary10111011111100101111100111001110101011101110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF2F9; }

 p { color: rgb(187,242,249); }

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

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

 a { background-color: rgb(187,242,249); }

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

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

 span { border-color: rgb(187,242,249); }

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