Html Css Color HEX #B3DEDD Powder Blue

📋 copy color: '#B3DEDD'

red 179 ◦ green 222 ◦ blue 221

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

Shades of Powder Blue #B3DEDD

Tints of Powder Blue #B3DEDD

RGB

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

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

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

R = 28.78%
G = 35.69%
B = 35.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#B3DEDD (or 0xB3DEDD) is known color: Powder Blue. HEX triplet: B3, DE and DD. RGB value is (179,222,221). Sum of RGB (Red+Green+Blue) = 179+222+221=622 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.78% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 222 - color contains mainly: green. Hex color #B3DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DEDD is #4C2122. Grayscale: #D0D0D0. Windows color (decimal): -4989219 or 14540467. OLE color: 14540467.

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

Color convert

RGB 179 222 221 -
CMYK 0.19 0 0.00 0.13
HSL 178.6º 0.39% 0.79% -
HSV(B) 178.6º 0.19% 0.87% -
XYZ 57.76 67.05 78.3 -
YUV 209.03 134.75 106.58 -
System Red Green Blue C M Y K H S L
Decimal 179 222 221 0.19 0 0.00 0.13 178.6 0.39 0.79
Hex B3 DE DD 13 0 0 D B3 27 4F
Octal 263 336 335 23 0 0 15 263 47 117
Binary 10110011 11011110 11011101 10011 0 0 1101 10110011 100111 1001111

Color Harmonies of #B3DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DEDD

Black with #B3DEDD

Text Example


Text Example

White with #B3DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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