Html Css Color HEX #B9C6DB Spindle

📋 copy color: '#B9C6DB'

red 185 ◦ green 198 ◦ blue 219

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

Shades of Spindle #B9C6DB

Tints of Spindle #B9C6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.89%

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

R = 30.73%
G = 32.89%
B = 36.38%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9C6DB (or 0xB9C6DB) is known color: Spindle. HEX triplet: B9, C6 and DB. RGB value is (185,198,219). Sum of RGB (Red+Green+Blue) = 185+198+219=602 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.73% from 602); Green value is 198 (77.73% from 255 or 32.89% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9C6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C6DB is #463924. Grayscale: #C4C4C4. Windows color (decimal): -4602149 or 14403257. OLE color: 14403257.

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

Color convert

RGB 185 198 219 -
CMYK 0.16 0.10 0 0.14
HSL 217.06º 0.32% 0.79% -
HSV(B) 217.06º 0.16% 0.86% -
XYZ 52.99 55.82 75 -
YUV 196.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 185 198 219 0.16 0.10 0 0.14 217.06 0.32 0.79
Hex B9 C6 DB 10 A 0 E D9 20 4F
Octal 271 306 333 20 12 0 16 331 40 117
Binary 10111001 11000110 11011011 10000 1010 0 1110 11011001 100000 1001111

Color Harmonies of #B9C6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C6DB

Black with #B9C6DB

Text Example


Text Example

White with #B9C6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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