#B7DEDE

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

Shades of Powder Blue #B7DEDE

Tints of Powder Blue #B7DEDE

Color information

#B7DEDE (or 0xB7DEDE) is unknown color: approx Powder Blue. HEX triplet: B7, DE and DE. RGB value is (183,222,222). Sum of RGB (Red+Green+Blue) = 183+222+222=627 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.19% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #B7DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DEDE is #482121. Grayscale: #D2D2D2. Windows color (decimal): -4727074 or 14606007. OLE color: 14606007.

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

Color convert

RGB183222222-
CMYK0.18000.13
HSL180º37.14%79.41%-
HSV(B)180º17.57%87.06%-
XYZ58.8367.5879.05-
YUV210.34134.58108.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.19%
GREEN value IS 222 (87.11% from 255) = 35.41%
BLUE value IS 222 (87.11% from 255) = 35.41%
R=29.19%
G=35.41%
B=35.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832222220.18000.1318037.1479.41
HexB7DEDE1200Db4254f
Octal26733633622001526445117
Binary10110111110111101101111010010001101101101001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DEDE; }

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

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

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

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

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

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

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

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