Html Css Color HEX #B9D9DD Powder Blue

📋 copy color: '#B9D9DD'

red 185 ◦ green 217 ◦ blue 221

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

Shades of Powder Blue #B9D9DD

Tints of Powder Blue #B9D9DD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.83%

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

R = 29.7%
G = 34.83%
B = 35.47%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9D9DD (or 0xB9D9DD) is known color: Powder Blue. HEX triplet: B9, D9 and DD. RGB value is (185,217,221). Sum of RGB (Red+Green+Blue) = 185+217+221=623 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.70% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9D9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D9DD is #462622. Grayscale: #CFCFCF. Windows color (decimal): -4597283 or 14539193. OLE color: 14539193.

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

Color convert

RGB 185 217 221 -
CMYK 0.16 0.02 0 0.13
HSL 186.67º 0.35% 0.8% -
HSV(B) 186.67º 0.16% 0.87% -
XYZ 57.87 65.16 77.93 -
YUV 207.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 185 217 221 0.16 0.02 0 0.13 186.67 0.35 0.8
Hex B9 D9 DD 10 2 0 D BB 23 50
Octal 271 331 335 20 2 0 15 273 43 120
Binary 10111001 11011001 11011101 10000 10 0 1101 10111011 100011 1010000

Color Harmonies of #B9D9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D9DD

Black with #B9D9DD

Text Example


Text Example

White with #B9D9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D9DD; }

 p { color: rgb(185,217,221); }

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

background-color css

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

 a { background-color: rgb(185,217,221); }

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

border-color css

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

 span { border-color: rgb(185,217,221); }

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