#BDECF1

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

Shades of Onahau #BDECF1

Tints of Onahau #BDECF1

Color information

#BDECF1 (or 0xBDECF1) is unknown color: approx Onahau. HEX triplet: BD, EC and F1. RGB value is (189,236,241). Sum of RGB (Red+Green+Blue) = 189+236+241=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDECF1 is #42130E. Grayscale: #DEDEDE. Windows color (decimal): -4330255 or 15854781. OLE color: 15854781.

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

Color convert

RGB189236241-
CMYK0.220.0200.05
HSL185.77º65%84.31%-
HSV(B)185.77º21.58%94.51%-
XYZ66.8677.1694.59-
YUV222.52138.43104.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.38%
GREEN value IS 236 (92.58% from 255) = 35.44%
BLUE value IS 241 (94.53% from 255) = 36.19%
R=28.38%
G=35.44%
B=36.19%

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
Decimal1892362410.220.0200.05185.776584.31
HexBDECF116205ba4154
Octal27535436126205272101124
Binary101111011110110011110001101101001011011101010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECF1; }

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

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

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

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

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

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

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

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