#BDDEDE

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

Shades of Powder Blue #BDDEDE

Tints of Powder Blue #BDDEDE

Color information

#BDDEDE (or 0xBDDEDE) is unknown color: approx Powder Blue. HEX triplet: BD, DE and DE. RGB value is (189,222,222). Sum of RGB (Red+Green+Blue) = 189+222+222=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #BDDEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEDE is #422121. Grayscale: #D4D4D4. Windows color (decimal): -4333858 or 14606013. OLE color: 14606013.

HSL color Cylindrical-coordinate representation of color #BDDEDE: hue angle of 180º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDEDE is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189222222-
CMYK0.15000.13
HSL180º33.33%80.59%-
HSV(B)180º14.86%87.06%-
XYZ60.2968.3479.12-
YUV212.13133.57111.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.86%
GREEN value IS 222 (87.11% from 255) = 35.07%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=29.86%
G=35.07%
B=35.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892222220.15000.1318033.3380.59
HexBDDEDEF00Db42151
Octal27533633617001526441121
Binary1011110111011110110111101111001101101101001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDEDE; }

 p { color: rgb(189,222,222); }

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

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

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

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

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

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

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