#BBF3FF

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

Shades of Onahau #BBF3FF

Tints of Onahau #BBF3FF

Color information

#BBF3FF (or 0xBBF3FF) is unknown color: approx Onahau. HEX triplet: BB, F3 and FF. RGB value is (187,243,255). Sum of RGB (Red+Green+Blue) = 187+243+255=685 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.30% from 685); Green value is 243 (95.31% from 255 or 35.47% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBF3FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF3FF is #440C00. Grayscale: #E3E3E3. Windows color (decimal): -4459521 or 16774075. OLE color: 16774075.

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

Color convert

RGB187243255-
CMYK0.270.0500
HSL190.59º100%86.67%-
HSV(B)190.59º26.67%100%-
XYZ70.5981.89106.69-
YUV227.62143.4599.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.30%
GREEN value IS 243 (95.31% from 255) = 35.47%
BLUE value IS 255 (100% from 255) = 37.23%
R=27.30%
G=35.47%
B=37.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872432550.270.0500190.5910086.67
HexBBF3FF1B500bf6457
Octal27336337733500277144127
Binary10111011111100111111111111011101001011111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF3FF; }

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

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

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

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

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

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

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

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