Html Css Color HEX #B2DEDD Powder Blue

📋 copy color: '#B2DEDD'

red 178 ◦ green 222 ◦ blue 221

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

Shades of Powder Blue #B2DEDD

Tints of Powder Blue #B2DEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.59%

R = 28.66%
G = 35.75%
B = 35.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#B2DEDD (or 0xB2DEDD) is known color: Powder Blue. HEX triplet: B2, DE and DD. RGB value is (178,222,221). Sum of RGB (Red+Green+Blue) = 178+222+221=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DEDD is #4D2122. Grayscale: #D0D0D0. Windows color (decimal): -5054755 or 14540466. OLE color: 14540466.

HSL color Cylindrical-coordinate representation of color #B2DEDD: hue angle of 178.64º 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 #B2DEDD is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 222 221 -
CMYK 0.20 0 0.00 0.13
HSL 178.64º 0.4% 0.78% -
HSV(B) 178.64º 0.2% 0.87% -
XYZ 57.53 66.93 78.29 -
YUV 208.73 134.92 106.08 -
System Red Green Blue C M Y K H S L
Decimal 178 222 221 0.20 0 0.00 0.13 178.64 0.4 0.78
Hex B2 DE DD 14 0 0 D B3 28 4E
Octal 262 336 335 24 0 0 15 263 50 116
Binary 10110010 11011110 11011101 10100 0 0 1101 10110011 101000 1001110

Color Harmonies of #B2DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DEDD

Black with #B2DEDD

Text Example


Text Example

White with #B2DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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