#BDECF7

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

Shades of Onahau #BDECF7

Tints of Onahau #BDECF7

Color information

#BDECF7 (or 0xBDECF7) is unknown color: approx Onahau. HEX triplet: BD, EC and F7. RGB value is (189,236,247). Sum of RGB (Red+Green+Blue) = 189+236+247=672 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.12% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDECF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDECF7 is #421308. Grayscale: #DFDFDF. Windows color (decimal): -4330249 or 16247997. OLE color: 16247997.

HSL color Cylindrical-coordinate representation of color #BDECF7: hue angle of 191.38º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDECF7 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB189236247-
CMYK0.230.0400.03
HSL191.38º78.38%85.49%-
HSV(B)191.38º23.48%96.86%-
XYZ67.7777.5399.39-
YUV223.2141.43103.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.12%
GREEN value IS 236 (92.58% from 255) = 35.12%
BLUE value IS 247 (96.88% from 255) = 36.76%
R=28.12%
G=35.12%
B=36.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892362470.230.0400.03191.3878.3885.49
HexBDECF717403bf4e55
Octal27535436727403277116125
Binary101111011110110011110111101111000111011111110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECF7; }

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

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

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

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

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

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

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

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