Html Css Color HEX #B9BFCD Spindle

📋 copy color: '#B9BFCD'

red 185 ◦ green 191 ◦ blue 205

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

Shades of Spindle #B9BFCD

Tints of Spindle #B9BFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 32.87%

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

R = 31.84%
G = 32.87%
B = 35.28%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B9BFCD (or 0xB9BFCD) is known color: Spindle. HEX triplet: B9, BF and CD. RGB value is (185,191,205). Sum of RGB (Red+Green+Blue) = 185+191+205=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFCD is #464032. Grayscale: #BEBEBE. Windows color (decimal): -4603955 or 13483961. OLE color: 13483961.

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

Color convert

RGB 185 191 205 -
CMYK 0.10 0.07 0 0.20
HSL 222º 0.17% 0.76% -
HSV(B) 222º 0.1% 0.8% -
XYZ 49.66 51.98 65.17 -
YUV 190.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 185 191 205 0.10 0.07 0 0.20 222 0.17 0.76
Hex B9 BF CD A 7 0 14 DE 11 4C
Octal 271 277 315 12 7 0 24 336 21 114
Binary 10111001 10111111 11001101 1010 111 0 10100 11011110 10001 1001100

Color Harmonies of #B9BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BFCD

Black with #B9BFCD

Text Example


Text Example

White with #B9BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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