#BBDFEF

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

Shades of Onahau #BBDFEF

Tints of Onahau #BBDFEF

Color information

#BBDFEF (or 0xBBDFEF) is unknown color: approx Onahau. HEX triplet: BB, DF and EF. RGB value is (187,223,239). Sum of RGB (Red+Green+Blue) = 187+223+239=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBDFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFEF is #442010. Grayscale: #D5D5D5. Windows color (decimal): -4464657 or 15720379. OLE color: 15720379.

HSL color Cylindrical-coordinate representation of color #BBDFEF: hue angle of 198.46º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBDFEF is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187223239-
CMYK0.220.0700.06
HSL198.46º61.9%83.53%-
HSV(B)198.46º21.76%93.73%-
XYZ62.4669.5791.8-
YUV214.06142.07108.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.81%
GREEN value IS 223 (87.5% from 255) = 34.36%
BLUE value IS 239 (93.75% from 255) = 36.83%
R=28.81%
G=34.36%
B=36.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872232390.220.0700.06198.4661.983.53
HexBBDFEF16706c63e54
Octal2733373572670630676124
Binary101110111101111111101111101101110110110001101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFEF; }

 p { color: rgb(187,223,239); }

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

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

 a { background-color: rgb(187,223,239); }

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

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

 span { border-color: rgb(187,223,239); }

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