#B7DFDF

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

Shades of Powder Blue #B7DFDF

Tints of Powder Blue #B7DFDF

Color information

#B7DFDF (or 0xB7DFDF) is unknown color: approx Powder Blue. HEX triplet: B7, DF and DF. RGB value is (183,223,223). Sum of RGB (Red+Green+Blue) = 183+223+223=629 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.09% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #B7DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DFDF is #482020. Grayscale: #D3D3D3. Windows color (decimal): -4726817 or 14671799. OLE color: 14671799.

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

Color convert

RGB183223223-
CMYK0.18000.13
HSL180º38.46%79.61%-
HSV(B)180º17.94%87.45%-
XYZ59.2468.1779.85-
YUV211.04134.75108-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.09%
GREEN value IS 223 (87.5% from 255) = 35.45%
BLUE value IS 223 (87.5% from 255) = 35.45%
R=29.09%
G=35.45%
B=35.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832232230.18000.1318038.4679.61
HexB7DFDF1200Db42650
Octal26733733722001526446120
Binary10110111110111111101111110010001101101101001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DFDF; }

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

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

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

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

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

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

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

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