#BBF1FF

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

Shades of Onahau #BBF1FF

Tints of Onahau #BBF1FF

Color information

#BBF1FF (or 0xBBF1FF) is unknown color: approx Onahau. HEX triplet: BB, F1 and FF. RGB value is (187,241,255). Sum of RGB (Red+Green+Blue) = 187+241+255=683 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.38% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBF1FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF1FF is #440E00. Grayscale: #E2E2E2. Windows color (decimal): -4460033 or 16773563. OLE color: 16773563.

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

Color convert

RGB187241255-
CMYK0.270.0500
HSL192.35º100%86.67%-
HSV(B)192.35º26.67%100%-
XYZ7080.7106.49-
YUV226.45144.1199.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.38%
GREEN value IS 241 (94.53% from 255) = 35.29%
BLUE value IS 255 (100% from 255) = 37.34%
R=27.38%
G=35.29%
B=37.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872412550.270.0500192.3510086.67
HexBBF1FF1B500c06457
Octal27336137733500300144127
Binary10111011111100011111111111011101001100000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF1FF; }

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

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

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

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

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

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

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

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