Html Css Color HEX #B9BFCC Spindle

📋 copy color: '#B9BFCC'

red 185 ◦ green 191 ◦ blue 204

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

Shades of Spindle #B9BFCC

Tints of Spindle #B9BFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.17%

R = 31.9%
G = 32.93%
B = 35.17%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B9BFCC (or 0xB9BFCC) is known color: Spindle. HEX triplet: B9, BF and CC. RGB value is (185,191,204). Sum of RGB (Red+Green+Blue) = 185+191+204=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFCC is #464033. Grayscale: #BEBEBE. Windows color (decimal): -4603956 or 13418425. OLE color: 13418425.

HSL color Cylindrical-coordinate representation of color #B9BFCC: hue angle of 221.05º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9BFCC is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 191 204 -
CMYK 0.09 0.06 0 0.2
HSL 221.05º 0.16% 0.76% -
HSV(B) 221.05º 0.09% 0.8% -
XYZ 49.54 51.94 64.54 -
YUV 190.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 185 191 204 0.09 0.06 0 0.2 221.05 0.16 0.76
Hex B9 BF CC 9 6 0 14 DD 10 4C
Octal 271 277 314 11 6 0 24 335 20 114
Binary 10111001 10111111 11001100 1001 110 0 10100 11011101 10000 1001100

Color Harmonies of #B9BFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BFCC

Black with #B9BFCC

Text Example


Text Example

White with #B9BFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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