#BBF5FF

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

Shades of Onahau #BBF5FF

Tints of Onahau #BBF5FF

Color information

#BBF5FF (or 0xBBF5FF) is unknown color: approx Onahau. HEX triplet: BB, F5 and FF. RGB value is (187,245,255). Sum of RGB (Red+Green+Blue) = 187+245+255=687 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.22% from 687); Green value is 245 (96.09% from 255 or 35.66% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBF5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF5FF is #440A00. Grayscale: #E4E4E4. Windows color (decimal): -4459009 or 16774587. OLE color: 16774587.

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

Color convert

RGB187245255-
CMYK0.270.0400
HSL188.82º100%86.67%-
HSV(B)188.82º26.67%100%-
XYZ71.283.09106.89-
YUV228.8142.7898.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.22%
GREEN value IS 245 (96.09% from 255) = 35.66%
BLUE value IS 255 (100% from 255) = 37.12%
R=27.22%
G=35.66%
B=37.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872452550.270.0400188.8210086.67
HexBBF5FF1B400bd6457
Octal27336537733400275144127
Binary10111011111101011111111111011100001011110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF5FF; }

 p { color: rgb(187,245,255); }

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

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

 a { background-color: rgb(187,245,255); }

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

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

 span { border-color: rgb(187,245,255); }

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