Html Css Color HEX #B9DBDF Powder Blue

📋 copy color: '#B9DBDF'

red 185 ◦ green 219 ◦ blue 223

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

Shades of Powder Blue #B9DBDF

Tints of Powder Blue #B9DBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.57%

R = 29.51%
G = 34.93%
B = 35.57%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9DBDF (or 0xB9DBDF) is known color: Powder Blue. HEX triplet: B9, DB and DF. RGB value is (185,219,223). Sum of RGB (Red+Green+Blue) = 185+219+223=627 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.51% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #B9DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DBDF is #462420. Grayscale: #D1D1D1. Windows color (decimal): -4596769 or 14670777. OLE color: 14670777.

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

Color convert

RGB 185 219 223 -
CMYK 0.17 0.02 0 0.13
HSL 186.32º 0.37% 0.8% -
HSV(B) 186.32º 0.17% 0.87% -
XYZ 58.66 66.31 79.52 -
YUV 209.29 135.74 110.67 -
System Red Green Blue C M Y K H S L
Decimal 185 219 223 0.17 0.02 0 0.13 186.32 0.37 0.8
Hex B9 DB DF 11 2 0 D BA 25 50
Octal 271 333 337 21 2 0 15 272 45 120
Binary 10111001 11011011 11011111 10001 10 0 1101 10111010 100101 1010000

Color Harmonies of #B9DBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DBDF

Black with #B9DBDF

Text Example


Text Example

White with #B9DBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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