Html Css Color HEX #B2DEDC Powder Blue

📋 copy color: '#B2DEDC'

red 178 ◦ green 222 ◦ blue 220

#B2DEDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Powder Blue #B2DEDC

Tints of Powder Blue #B2DEDC

RGB

 RED value IS 178 (69.92% from 255) = 28.71%

 GREEN value IS 222 (87.11% from 255) = 35.81%

 BLUE value IS 220 (86.33% from 255) = 35.48%

R = 28.71%
G = 35.81%
B = 35.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#B2DEDC (or 0xB2DEDC) is known color: Powder Blue. HEX triplet: B2, DE and DC. RGB value is (178,222,220). Sum of RGB (Red+Green+Blue) = 178+222+220=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DEDC is #4D2123. Grayscale: #D0D0D0. Windows color (decimal): -5054756 or 14474930. OLE color: 14474930.

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

Color convert

RGB 178 222 220 -
CMYK 0.20 0 0.01 0.13
HSL 177.27º 0.4% 0.78% -
HSV(B) 177.27º 0.2% 0.87% -
XYZ 57.4 66.87 77.59 -
YUV 208.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 178 222 220 0.20 0 0.01 0.13 177.27 0.4 0.78
Hex B2 DE DC 14 0 1 D B1 28 4E
Octal 262 336 334 24 0 1 15 261 50 116
Binary 10110010 11011110 11011100 10100 0 1 1101 10110001 101000 1001110

Color Harmonies of #B2DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DEDC

Black with #B2DEDC

Text Example


Text Example

White with #B2DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DEDC; }

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

 H1.HeaderClassName
 {
   color: #B2DEDC;
 }
 .AnyTagClassName
 {
   color: #B2DEDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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