Html Css Color HEX #B9C9DB Spindle

📋 copy color: '#B9C9DB'

red 185 ◦ green 201 ◦ blue 219

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

Shades of Spindle #B9C9DB

Tints of Spindle #B9C9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.22%

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

R = 30.58%
G = 33.22%
B = 36.2%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9C9DB (or 0xB9C9DB) is known color: Spindle. HEX triplet: B9, C9 and DB. RGB value is (185,201,219). Sum of RGB (Red+Green+Blue) = 185+201+219=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9C9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C9DB is #463624. Grayscale: #C6C6C6. Windows color (decimal): -4601381 or 14404025. OLE color: 14404025.

HSL color Cylindrical-coordinate representation of color #B9C9DB: hue angle of 211.76º 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 #B9C9DB is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 201 219 -
CMYK 0.16 0.08 0 0.14
HSL 211.76º 0.32% 0.79% -
HSV(B) 211.76º 0.16% 0.86% -
XYZ 53.68 57.2 75.23 -
YUV 198.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 185 201 219 0.16 0.08 0 0.14 211.76 0.32 0.79
Hex B9 C9 DB 10 8 0 E D4 20 4F
Octal 271 311 333 20 10 0 16 324 40 117
Binary 10111001 11001001 11011011 10000 1000 0 1110 11010100 100000 1001111

Color Harmonies of #B9C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C9DB

Black with #B9C9DB

Text Example


Text Example

White with #B9C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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