#BBE5F7

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

Shades of Onahau #BBE5F7

Tints of Onahau #BBE5F7

Color information

#BBE5F7 (or 0xBBE5F7) is unknown color: approx Onahau. HEX triplet: BB, E5 and F7. RGB value is (187,229,247). Sum of RGB (Red+Green+Blue) = 187+229+247=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 229 (89.84% from 255 or 34.54% from 663); Blue value is 247 (96.88% from 255 or 37.25% from 663); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBE5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5F7 is #441A08. Grayscale: #DADADA. Windows color (decimal): -4463113 or 16246203. OLE color: 16246203.

HSL color Cylindrical-coordinate representation of color #BBE5F7: hue angle of 198º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBE5F7 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187229247-
CMYK0.240.0700.03
HSL198º78.95%85.1%-
HSV(B)198º24.29%96.86%-
XYZ65.373.3298.71-
YUV218.49144.09105.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.21%
GREEN value IS 229 (89.84% from 255) = 34.54%
BLUE value IS 247 (96.88% from 255) = 37.25%
R=28.21%
G=34.54%
B=37.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872292470.240.0700.0319878.9585.1
HexBBE5F718703c64f55
Octal27334536730703306117125
Binary101110111110010111110111110001110111100011010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE5F7; }

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

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

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

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

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

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

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

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