Html Css Color HEX #B9DCDE Powder Blue

📋 copy color: '#B9DCDE'

red 185 ◦ green 220 ◦ blue 222

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

Shades of Powder Blue #B9DCDE

Tints of Powder Blue #B9DCDE

RGB

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

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

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

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

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 185 220 222 -
CMYK 0.17 0.01 0 0.13
HSL 183.24º 0.36% 0.8% -
HSV(B) 183.24º 0.17% 0.87% -
XYZ 58.79 66.77 78.9 -
YUV 209.76 134.9 110.34 -
System Red Green Blue C M Y K H S L
Decimal 185 220 222 0.17 0.01 0 0.13 183.24 0.36 0.8
Hex B9 DC DE 11 1 0 D B7 24 50
Octal 271 334 336 21 1 0 15 267 44 120
Binary 10111001 11011100 11011110 10001 1 0 1101 10110111 100100 1010000

Color Harmonies of #B9DCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DCDE

Black with #B9DCDE

Text Example


Text Example

White with #B9DCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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