#B2DCDF

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

Shades of Powder Blue #B2DCDF

Tints of Powder Blue #B2DCDF

Color information

#B2DCDF (or 0xB2DCDF) is unknown color: approx Powder Blue. HEX triplet: B2, DC and DF. RGB value is (178,220,223). Sum of RGB (Red+Green+Blue) = 178+220+223=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCDF is #4D2320. Grayscale: #CFCFCF. Windows color (decimal): -5055265 or 14671026. OLE color: 14671026.

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

Color convert

RGB178220223-
CMYK0.200.0100.13
HSL184º41.28%78.63%-
HSV(B)184º20.18%87.45%-
XYZ57.2765.9879.53-
YUV207.78136.59106.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.66%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 223 (87.5% from 255) = 35.91%
R=28.66%
G=35.43%
B=35.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782202230.200.0100.1318441.2878.63
HexB2DCDF1410Db8294f
Octal26233433724101527051117
Binary10110010110111001101111110100101101101110001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DCDF; }

 p { color: rgb(178,220,223); }

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

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

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

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

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

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

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