Html Css Color HEX #B9C9DC Spindle

📋 copy color: '#B9C9DC'

red 185 ◦ green 201 ◦ blue 220

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

Shades of Spindle #B9C9DC

Tints of Spindle #B9C9DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.3%

R = 30.53%
G = 33.17%
B = 36.3%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9C9DC (or 0xB9C9DC) is known color: Spindle. HEX triplet: B9, C9 and DC. RGB value is (185,201,220). Sum of RGB (Red+Green+Blue) = 185+201+220=606 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.53% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C9DC is #463623. Grayscale: #C6C6C6. Windows color (decimal): -4601380 or 14469561. OLE color: 14469561.

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

Color convert

RGB 185 201 220 -
CMYK 0.16 0.09 0 0.14
HSL 212.57º 0.33% 0.79% -
HSV(B) 212.57º 0.16% 0.86% -
XYZ 53.81 57.25 75.93 -
YUV 198.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 185 201 220 0.16 0.09 0 0.14 212.57 0.33 0.79
Hex B9 C9 DC 10 9 0 E D5 21 4F
Octal 271 311 334 20 11 0 16 325 41 117
Binary 10111001 11001001 11011100 10000 1001 0 1110 11010101 100001 1001111

Color Harmonies of #B9C9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C9DC

Black with #B9C9DC

Text Example


Text Example

White with #B9C9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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