Html Css Color HEX #B9BCC2 Spindle

📋 copy color: '#B9BCC2'

red 185 ◦ green 188 ◦ blue 194

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

Shades of Spindle #B9BCC2

Tints of Spindle #B9BCC2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.16%

 BLUE value IS 194 (76.17% from 255) = 34.22%

R = 32.63%
G = 33.16%
B = 34.22%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B9BCC2 (or 0xB9BCC2) is known color: Spindle. HEX triplet: B9, BC and C2. RGB value is (185,188,194). Sum of RGB (Red+Green+Blue) = 185+188+194=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 194 - color contains mainly: blue. Hex color #B9BCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCC2 is #46433D. Grayscale: #BBBBBB. Windows color (decimal): -4604734 or 12762297. OLE color: 12762297.

HSL color Cylindrical-coordinate representation of color #B9BCC2: hue angle of 220º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9BCC2 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 188 194 -
CMYK 0.05 0.03 0 0.24
HSL 220º 0.07% 0.74% -
HSV(B) 220º 0.05% 0.76% -
XYZ 47.73 50.18 58.21 -
YUV 187.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 185 188 194 0.05 0.03 0 0.24 220 0.07 0.74
Hex B9 BC C2 5 3 0 18 DC 7 4A
Octal 271 274 302 5 3 0 30 334 7 112
Binary 10111001 10111100 11000010 101 11 0 11000 11011100 111 1001010

Color Harmonies of #B9BCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BCC2

Black with #B9BCC2

Text Example


Text Example

White with #B9BCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BCC2; }

 p { color: rgb(185,188,194); }

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

background-color css

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

 a { background-color: rgb(185,188,194); }

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

border-color css

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

 span { border-color: rgb(185,188,194); }

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