#BDECF9

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

Shades of Onahau #BDECF9

Tints of Onahau #BDECF9

Color information

#BDECF9 (or 0xBDECF9) is unknown color: approx Onahau. HEX triplet: BD, EC and F9. RGB value is (189,236,249). Sum of RGB (Red+Green+Blue) = 189+236+249=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDECF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDECF9 is #421306. Grayscale: #DFDFDF. Windows color (decimal): -4330247 or 16379069. OLE color: 16379069.

HSL color Cylindrical-coordinate representation of color #BDECF9: hue angle of 193º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDECF9 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189236249-
CMYK0.240.0500.02
HSL193º83.33%85.88%-
HSV(B)193º24.1%97.65%-
XYZ68.0877.65101.02-
YUV223.43142.43103.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.04%
GREEN value IS 236 (92.58% from 255) = 35.01%
BLUE value IS 249 (97.66% from 255) = 36.94%
R=28.04%
G=35.01%
B=36.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892362490.240.0500.0219383.3385.88
HexBDECF918502c15356
Octal27535437130502301123126
Binary101111011110110011111001110001010101100000110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECF9; }

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

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

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

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

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

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

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

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