Html Css Color HEX #B9DEDC Powder Blue

📋 copy color: '#B9DEDC'

red 185 ◦ green 222 ◦ blue 220

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

Shades of Powder Blue #B9DEDC

Tints of Powder Blue #B9DEDC

RGB

 RED value IS 185 (72.66% from 255) = 29.51%

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

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

R = 29.51%
G = 35.41%
B = 35.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#B9DEDC (or 0xB9DEDC) is known color: Powder Blue. HEX triplet: B9, DE and DC. RGB value is (185,222,220). Sum of RGB (Red+Green+Blue) = 185+222+220=627 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.51% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DEDC is #462123. Grayscale: #D2D2D2. Windows color (decimal): -4596004 or 14474937. OLE color: 14474937.

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

Color convert

RGB 185 222 220 -
CMYK 0.17 0 0.01 0.13
HSL 176.76º 0.36% 0.8% -
HSV(B) 176.76º 0.17% 0.87% -
XYZ 59.05 67.72 77.67 -
YUV 210.71 133.24 109.66 -
System Red Green Blue C M Y K H S L
Decimal 185 222 220 0.17 0 0.01 0.13 176.76 0.36 0.8
Hex B9 DE DC 11 0 1 D B1 24 50
Octal 271 336 334 21 0 1 15 261 44 120
Binary 10111001 11011110 11011100 10001 0 1 1101 10110001 100100 1010000

Color Harmonies of #B9DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DEDC

Black with #B9DEDC

Text Example


Text Example

White with #B9DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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