#BDECEE

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

Shades of Onahau #BDECEE

Tints of Onahau #BDECEE

Color information

#BDECEE (or 0xBDECEE) is unknown color: approx Onahau. HEX triplet: BD, EC and EE. RGB value is (189,236,238). Sum of RGB (Red+Green+Blue) = 189+236+238=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDECEE is #421311. Grayscale: #DEDEDE. Windows color (decimal): -4330258 or 15658173. OLE color: 15658173.

HSL color Cylindrical-coordinate representation of color #BDECEE: hue angle of 182.45º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDECEE is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189236238-
CMYK0.210.0100.07
HSL182.45º59.04%83.73%-
HSV(B)182.45º20.59%93.33%-
XYZ66.4176.9892.25-
YUV222.18136.93104.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.51%
GREEN value IS 236 (92.58% from 255) = 35.60%
BLUE value IS 238 (93.36% from 255) = 35.90%
R=28.51%
G=35.60%
B=35.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892362380.210.0100.07182.4559.0483.73
HexBDECEE15107b63b54
Octal2753543562510726673124
Binary1011110111101100111011101010110111101101101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECEE; }

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

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

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

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

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

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

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

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