Html Css Color HEX #B9DBDE Powder Blue

📋 copy color: '#B9DBDE'

red 185 ◦ green 219 ◦ blue 222

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

Shades of Powder Blue #B9DBDE

Tints of Powder Blue #B9DBDE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.98%

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

R = 29.55%
G = 34.98%
B = 35.46%

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

#B9DBDE (or 0xB9DBDE) is known color: Powder Blue. HEX triplet: B9, DB and DE. RGB value is (185,219,222). Sum of RGB (Red+Green+Blue) = 185+219+222=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 222 - color contains mainly: blue. Hex color #B9DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DBDE is #462421. Grayscale: #D1D1D1. Windows color (decimal): -4596770 or 14605241. OLE color: 14605241.

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

Color convert

RGB 185 219 222 -
CMYK 0.17 0.01 0 0.13
HSL 184.86º 0.36% 0.8% -
HSV(B) 184.86º 0.17% 0.87% -
XYZ 58.52 66.25 78.81 -
YUV 209.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 185 219 222 0.17 0.01 0 0.13 184.86 0.36 0.8
Hex B9 DB DE 11 1 0 D B9 24 50
Octal 271 333 336 21 1 0 15 271 44 120
Binary 10111001 11011011 11011110 10001 1 0 1101 10111001 100100 1010000

Color Harmonies of #B9DBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DBDE

Black with #B9DBDE

Text Example


Text Example

White with #B9DBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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