#BBF4FF

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

Shades of Onahau #BBF4FF

Tints of Onahau #BBF4FF

Color information

#BBF4FF (or 0xBBF4FF) is unknown color: approx Onahau. HEX triplet: BB, F4 and FF. RGB value is (187,244,255). Sum of RGB (Red+Green+Blue) = 187+244+255=686 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.26% from 686); Green value is 244 (95.70% from 255 or 35.57% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBF4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF4FF is #440B00. Grayscale: #E4E4E4. Windows color (decimal): -4459265 or 16774331. OLE color: 16774331.

HSL color Cylindrical-coordinate representation of color #BBF4FF: hue angle of 189.71º 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 #BBF4FF is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187244255-
CMYK0.270.0400
HSL189.71º100%86.67%-
HSV(B)189.71º26.67%100%-
XYZ70.8982.49106.79-
YUV228.21143.1298.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.26%
GREEN value IS 244 (95.70% from 255) = 35.57%
BLUE value IS 255 (100% from 255) = 37.17%
R=27.26%
G=35.57%
B=37.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872442550.270.0400189.7110086.67
HexBBF4FF1B400be6457
Octal27336437733400276144127
Binary10111011111101001111111111011100001011111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF4FF; }

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

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

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

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

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

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

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

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