#BBE7F9

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

Shades of Onahau #BBE7F9

Tints of Onahau #BBE7F9

Color information

#BBE7F9 (or 0xBBE7F9) is unknown color: approx Onahau. HEX triplet: BB, E7 and F9. RGB value is (187,231,249). Sum of RGB (Red+Green+Blue) = 187+231+249=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 231 (90.62% from 255 or 34.63% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBE7F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE7F9 is #441806. Grayscale: #DBDBDB. Windows color (decimal): -4462599 or 16377787. OLE color: 16377787.

HSL color Cylindrical-coordinate representation of color #BBE7F9: hue angle of 197.42º 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 #BBE7F9 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187231249-
CMYK0.250.0700.02
HSL197.42º83.78%85.49%-
HSV(B)197.42º24.9%97.65%-
XYZ66.1774.56100.53-
YUV219.9144.42104.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.04%
GREEN value IS 231 (90.62% from 255) = 34.63%
BLUE value IS 249 (97.66% from 255) = 37.33%
R=28.04%
G=34.63%
B=37.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872312490.250.0700.02197.4283.7885.49
HexBBE7F919702c55455
Octal27334737131702305124125
Binary101110111110011111111001110011110101100010110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7F9; }

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

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

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

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

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

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

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

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