#BBE8FB

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

Shades of Onahau #BBE8FB

Tints of Onahau #BBE8FB

Color information

#BBE8FB (or 0xBBE8FB) is unknown color: approx Onahau. HEX triplet: BB, E8 and FB. RGB value is (187,232,251). Sum of RGB (Red+Green+Blue) = 187+232+251=670 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.91% from 670); Green value is 232 (91.02% from 255 or 34.63% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBE8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE8FB is #441704. Grayscale: #DCDCDC. Windows color (decimal): -4462341 or 16509115. OLE color: 16509115.

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

Color convert

RGB187232251-
CMYK0.250.0800.02
HSL197.81º88.89%85.88%-
HSV(B)197.81º25.5%98.43%-
XYZ66.7675.24102.27-
YUV220.71145.09103.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.91%
GREEN value IS 232 (91.02% from 255) = 34.63%
BLUE value IS 251 (98.44% from 255) = 37.46%
R=27.91%
G=34.63%
B=37.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872322510.250.0800.02197.8188.8985.88
HexBBE8FB19802c65956
Octal273350373311002306131126
Binary1011101111101000111110111100110000101100011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE8FB; }

 p { color: rgb(187,232,251); }

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

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

 a { background-color: rgb(187,232,251); }

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

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

 span { border-color: rgb(187,232,251); }

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