Html Css Color HEX #B3DEDC Powder Blue

📋 copy color: '#B3DEDC'

red 179 ◦ green 222 ◦ blue 220

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

Shades of Powder Blue #B3DEDC

Tints of Powder Blue #B3DEDC

RGB

 RED value IS 179 (70.31% from 255) = 28.82%

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

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

R = 28.82%
G = 35.75%
B = 35.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#B3DEDC (or 0xB3DEDC) is known color: Powder Blue. HEX triplet: B3, DE and DC. RGB value is (179,222,220). Sum of RGB (Red+Green+Blue) = 179+222+220=621 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.82% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #B3DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DEDC is #4C2123. Grayscale: #D0D0D0. Windows color (decimal): -4989220 or 14474931. OLE color: 14474931.

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

Color convert

RGB 179 222 220 -
CMYK 0.19 0 0.01 0.13
HSL 177.21º 0.39% 0.79% -
HSV(B) 177.21º 0.19% 0.87% -
XYZ 57.63 66.99 77.6 -
YUV 208.92 134.25 106.66 -
System Red Green Blue C M Y K H S L
Decimal 179 222 220 0.19 0 0.01 0.13 177.21 0.39 0.79
Hex B3 DE DC 13 0 1 D B1 27 4F
Octal 263 336 334 23 0 1 15 261 47 117
Binary 10110011 11011110 11011100 10011 0 1 1101 10110001 100111 1001111

Color Harmonies of #B3DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DEDC

Black with #B3DEDC

Text Example


Text Example

White with #B3DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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