#BDECF2

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

Shades of Onahau #BDECF2

Tints of Onahau #BDECF2

Color information

#BDECF2 (or 0xBDECF2) is unknown color: approx Onahau. HEX triplet: BD, EC and F2. RGB value is (189,236,242). Sum of RGB (Red+Green+Blue) = 189+236+242=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDECF2 is #42130D. Grayscale: #DEDEDE. Windows color (decimal): -4330254 or 15920317. OLE color: 15920317.

HSL color Cylindrical-coordinate representation of color #BDECF2: hue angle of 186.79º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDECF2 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189236242-
CMYK0.220.0200.05
HSL186.79º67.09%84.51%-
HSV(B)186.79º21.9%94.9%-
XYZ67.0177.2295.38-
YUV222.63138.93104.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.34%
GREEN value IS 236 (92.58% from 255) = 35.38%
BLUE value IS 242 (94.92% from 255) = 36.28%
R=28.34%
G=35.38%
B=36.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892362420.220.0200.05186.7967.0984.51
HexBDECF216205bb4355
Octal27535436226205273103125
Binary101111011110110011110010101101001011011101110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECF2; }

 p { color: rgb(189,236,242); }

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

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

 a { background-color: rgb(189,236,242); }

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

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

 span { border-color: rgb(189,236,242); }

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