#BBE4FB

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

Shades of Onahau #BBE4FB

Tints of Onahau #BBE4FB

Color information

#BBE4FB (or 0xBBE4FB) is unknown color: approx Onahau. HEX triplet: BB, E4 and FB. RGB value is (187,228,251). Sum of RGB (Red+Green+Blue) = 187+228+251=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 228 (89.45% from 255 or 34.23% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBE4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE4FB is #441B04. Grayscale: #DADADA. Windows color (decimal): -4463365 or 16508091. OLE color: 16508091.

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

Color convert

RGB187228251-
CMYK0.250.0900.02
HSL201.56º88.89%85.88%-
HSV(B)201.56º25.5%98.43%-
XYZ65.6573.02101.9-
YUV218.36146.42105.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.08%
GREEN value IS 228 (89.45% from 255) = 34.23%
BLUE value IS 251 (98.44% from 255) = 37.69%
R=28.08%
G=34.23%
B=37.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872282510.250.0900.02201.5688.8985.88
HexBBE4FB19902ca5956
Octal273344373311102312131126
Binary1011101111100100111110111100110010101100101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE4FB; }

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

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

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

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

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

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

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

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