#BBF4FE

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

Shades of Onahau #BBF4FE

Tints of Onahau #BBF4FE

Color information

#BBF4FE (or 0xBBF4FE) is unknown color: approx Onahau. HEX triplet: BB, F4 and FE. RGB value is (187,244,254). Sum of RGB (Red+Green+Blue) = 187+244+254=685 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.30% from 685); Green value is 244 (95.70% from 255 or 35.62% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBF4FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF4FE is #440B01. Grayscale: #E3E3E3. Windows color (decimal): -4459266 or 16708795. OLE color: 16708795.

HSL color Cylindrical-coordinate representation of color #BBF4FE: hue angle of 188.96º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBF4FE is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187244254-
CMYK0.260.0400.00
HSL188.96º97.1%86.47%-
HSV(B)188.96º26.38%99.61%-
XYZ70.7382.42105.95-
YUV228.1142.6298.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.30%
GREEN value IS 244 (95.70% from 255) = 35.62%
BLUE value IS 254 (99.61% from 255) = 37.08%
R=27.30%
G=35.62%
B=37.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872442540.260.0400.00188.9697.186.47
HexBBF4FE1A400bd6156
Octal27336437632400275141126
Binary10111011111101001111111011010100001011110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF4FE; }

 p { color: rgb(187,244,254); }

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

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

 a { background-color: rgb(187,244,254); }

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

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

 span { border-color: rgb(187,244,254); }

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