Html Css Color HEX #B6DEDC Powder Blue

📋 copy color: '#B6DEDC'

red 182 ◦ green 222 ◦ blue 220

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

Shades of Powder Blue #B6DEDC

Tints of Powder Blue #B6DEDC

RGB

 RED value IS 182 (71.48% from 255) = 29.17%

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

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

R = 29.17%
G = 35.58%
B = 35.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#B6DEDC (or 0xB6DEDC) is known color: Powder Blue. HEX triplet: B6, DE and DC. RGB value is (182,222,220). Sum of RGB (Red+Green+Blue) = 182+222+220=624 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.17% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #B6DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DEDC is #492123. Grayscale: #D1D1D1. Windows color (decimal): -4792612 or 14474934. OLE color: 14474934.

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

Color convert

RGB 182 222 220 -
CMYK 0.18 0 0.01 0.13
HSL 177º 0.38% 0.79% -
HSV(B) 177º 0.18% 0.87% -
XYZ 58.33 67.35 77.64 -
YUV 209.81 133.75 108.16 -
System Red Green Blue C M Y K H S L
Decimal 182 222 220 0.18 0 0.01 0.13 177 0.38 0.79
Hex B6 DE DC 12 0 1 D B1 26 4F
Octal 266 336 334 22 0 1 15 261 46 117
Binary 10110110 11011110 11011100 10010 0 1 1101 10110001 100110 1001111

Color Harmonies of #B6DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DEDC

Black with #B6DEDC

Text Example


Text Example

White with #B6DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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