Html Css Color HEX #B9C1CD Spindle

📋 copy color: '#B9C1CD'

red 185 ◦ green 193 ◦ blue 205

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

Shades of Spindle #B9C1CD

Tints of Spindle #B9C1CD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.1%

 BLUE value IS 205 (80.47% from 255) = 35.16%

R = 31.73%
G = 33.1%
B = 35.16%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B9C1CD (or 0xB9C1CD) is known color: Spindle. HEX triplet: B9, C1 and CD. RGB value is (185,193,205). Sum of RGB (Red+Green+Blue) = 185+193+205=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9C1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C1CD is #463E32. Grayscale: #BFBFBF. Windows color (decimal): -4603443 or 13484473. OLE color: 13484473.

HSL color Cylindrical-coordinate representation of color #B9C1CD: hue angle of 216º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9C1CD is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 193 205 -
CMYK 0.10 0.06 0 0.20
HSL 216º 0.17% 0.76% -
HSV(B) 216º 0.1% 0.8% -
XYZ 50.1 52.86 65.32 -
YUV 191.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 185 193 205 0.10 0.06 0 0.20 216 0.17 0.76
Hex B9 C1 CD A 6 0 14 D8 11 4C
Octal 271 301 315 12 6 0 24 330 21 114
Binary 10111001 11000001 11001101 1010 110 0 10100 11011000 10001 1001100

Color Harmonies of #B9C1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C1CD

Black with #B9C1CD

Text Example


Text Example

White with #B9C1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C1CD; }

 p { color: rgb(185,193,205); }

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

background-color css

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

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

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

border-color css

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

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

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