Html Css Color HEX #B9BFC8 Spindle

📋 copy color: '#B9BFC8'

red 185 ◦ green 191 ◦ blue 200

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

Shades of Spindle #B9BFC8

Tints of Spindle #B9BFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.72%

R = 32.12%
G = 33.16%
B = 34.72%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B9BFC8 (or 0xB9BFC8) is known color: Spindle. HEX triplet: B9, BF and C8. RGB value is (185,191,200). Sum of RGB (Red+Green+Blue) = 185+191+200=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 200 - color contains mainly: blue. Hex color #B9BFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFC8 is #464037. Grayscale: #BEBEBE. Windows color (decimal): -4603960 or 13156281. OLE color: 13156281.

HSL color Cylindrical-coordinate representation of color #B9BFC8: hue angle of 216º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9BFC8 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 191 200 -
CMYK 0.08 0.04 0 0.22
HSL 216º 0.12% 0.75% -
HSV(B) 216º 0.07% 0.78% -
XYZ 49.06 51.75 62.05 -
YUV 190.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 185 191 200 0.08 0.04 0 0.22 216 0.12 0.75
Hex B9 BF C8 8 4 0 16 D8 C 4B
Octal 271 277 310 10 4 0 26 330 14 113
Binary 10111001 10111111 11001000 1000 100 0 10110 11011000 1100 1001011

Color Harmonies of #B9BFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BFC8

Black with #B9BFC8

Text Example


Text Example

White with #B9BFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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