#BBE9FF

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

Shades of Onahau #BBE9FF

Tints of Onahau #BBE9FF

Color information

#BBE9FF (or 0xBBE9FF) is unknown color: approx Onahau. HEX triplet: BB, E9 and FF. RGB value is (187,233,255). Sum of RGB (Red+Green+Blue) = 187+233+255=675 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.70% from 675); Green value is 233 (91.41% from 255 or 34.52% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBE9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9FF is #441600. Grayscale: #DDDDDD. Windows color (decimal): -4462081 or 16771515. OLE color: 16771515.

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

Color convert

RGB187233255-
CMYK0.270.0900
HSL199.41º100%86.67%-
HSV(B)199.41º26.67%100%-
XYZ67.6876.06105.72-
YUV221.75146.76103.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.70%
GREEN value IS 233 (91.41% from 255) = 34.52%
BLUE value IS 255 (100% from 255) = 37.78%
R=27.70%
G=34.52%
B=37.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872332550.270.0900199.4110086.67
HexBBE9FF1B900c76457
Octal273351377331100307144127
Binary101110111110100111111111110111001001100011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE9FF; }

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

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

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

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

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

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

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

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