Html Css Color HEX #B2DEDE Powder Blue

📋 copy color: '#B2DEDE'

red 178 ◦ green 222 ◦ blue 222

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

Shades of Powder Blue #B2DEDE

Tints of Powder Blue #B2DEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.69%

R = 28.62%
G = 35.69%
B = 35.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B2DEDE (or 0xB2DEDE) is known color: Powder Blue. HEX triplet: B2, DE and DE. RGB value is (178,222,222). Sum of RGB (Red+Green+Blue) = 178+222+222=622 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.62% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #B2DEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DEDE is #4D2121. Grayscale: #D0D0D0. Windows color (decimal): -5054754 or 14606002. OLE color: 14606002.

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

Color convert

RGB 178 222 222 -
CMYK 0.20 0 0 0.13
HSL 180º 0.4% 0.78% -
HSV(B) 180º 0.2% 0.87% -
XYZ 57.67 66.98 79 -
YUV 208.84 135.42 106 -
System Red Green Blue C M Y K H S L
Decimal 178 222 222 0.20 0 0 0.13 180 0.4 0.78
Hex B2 DE DE 14 0 0 D B4 28 4E
Octal 262 336 336 24 0 0 15 264 50 116
Binary 10110010 11011110 11011110 10100 0 0 1101 10110100 101000 1001110

Color Harmonies of #B2DEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DEDE

Black with #B2DEDE

Text Example


Text Example

White with #B2DEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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