Html Css Color HEX #B9DBDB Powder Blue

📋 copy color: '#B9DBDB'

red 185 ◦ green 219 ◦ blue 219

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

Shades of Powder Blue #B9DBDB

Tints of Powder Blue #B9DBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.15%

R = 29.7%
G = 35.15%
B = 35.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9DBDB (or 0xB9DBDB) is known color: Powder Blue. HEX triplet: B9, DB and DB. RGB value is (185,219,219). Sum of RGB (Red+Green+Blue) = 185+219+219=623 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.70% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #B9DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DBDB is #462424. Grayscale: #D0D0D0. Windows color (decimal): -4596773 or 14408633. OLE color: 14408633.

HSL color Cylindrical-coordinate representation of color #B9DBDB: hue angle of 180º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DBDB is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 219 219 -
CMYK 0.16 0 0 0.14
HSL 180º 0.32% 0.79% -
HSV(B) 180º 0.16% 0.86% -
XYZ 58.13 66.09 76.71 -
YUV 208.83 133.74 111 -
System Red Green Blue C M Y K H S L
Decimal 185 219 219 0.16 0 0 0.14 180 0.32 0.79
Hex B9 DB DB 10 0 0 E B4 20 4F
Octal 271 333 333 20 0 0 16 264 40 117
Binary 10111001 11011011 11011011 10000 0 0 1110 10110100 100000 1001111

Color Harmonies of #B9DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DBDB

Black with #B9DBDB

Text Example


Text Example

White with #B9DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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