Html Css Color HEX #B9DFDD Powder Blue

📋 copy color: '#B9DFDD'

red 185 ◦ green 223 ◦ blue 221

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

Shades of Powder Blue #B9DFDD

Tints of Powder Blue #B9DFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.45%

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

R = 29.41%
G = 35.45%
B = 35.14%

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

#B9DFDD (or 0xB9DFDD) is known color: Powder Blue. HEX triplet: B9, DF and DD. RGB value is (185,223,221). Sum of RGB (Red+Green+Blue) = 185+223+221=629 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.41% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DFDD is #462022. Grayscale: #D3D3D3. Windows color (decimal): -4595747 or 14540729. OLE color: 14540729.

HSL color Cylindrical-coordinate representation of color #B9DFDD: hue angle of 176.84º degrees, saturation: 0.37, 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 #B9DFDD is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 223 221 -
CMYK 0.17 0 0.01 0.13
HSL 176.84º 0.37% 0.8% -
HSV(B) 176.84º 0.17% 0.87% -
XYZ 59.45 68.31 78.46 -
YUV 211.41 133.41 109.16 -
System Red Green Blue C M Y K H S L
Decimal 185 223 221 0.17 0 0.01 0.13 176.84 0.37 0.8
Hex B9 DF DD 11 0 1 D B1 25 50
Octal 271 337 335 21 0 1 15 261 45 120
Binary 10111001 11011111 11011101 10001 0 1 1101 10110001 100101 1010000

Color Harmonies of #B9DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DFDD

Black with #B9DFDD

Text Example


Text Example

White with #B9DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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