Html Css Color HEX #B2DCDE Powder Blue

📋 copy color: '#B2DCDE'

red 178 ◦ green 220 ◦ blue 222

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

Shades of Powder Blue #B2DCDE

Tints of Powder Blue #B2DCDE

RGB

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

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

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

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

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 178 220 222 -
CMYK 0.20 0.01 0 0.13
HSL 182.73º 0.4% 0.78% -
HSV(B) 182.73º 0.2% 0.87% -
XYZ 57.14 65.93 78.82 -
YUV 207.67 136.09 106.84 -
System Red Green Blue C M Y K H S L
Decimal 178 220 222 0.20 0.01 0 0.13 182.73 0.4 0.78
Hex B2 DC DE 14 1 0 D B7 28 4E
Octal 262 334 336 24 1 0 15 267 50 116
Binary 10110010 11011100 11011110 10100 1 0 1101 10110111 101000 1001110

Color Harmonies of #B2DCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DCDE

Black with #B2DCDE

Text Example


Text Example

White with #B2DCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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