Html Css Color HEX #B7BBC1 Spindle

📋 copy color: '#B7BBC1'

red 183 ◦ green 187 ◦ blue 193

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

Shades of Spindle #B7BBC1

Tints of Spindle #B7BBC1

RGB

 RED value IS 183 (71.88% from 255) = 32.5%

 GREEN value IS 187 (73.44% from 255) = 33.21%

 BLUE value IS 193 (75.78% from 255) = 34.28%

R = 32.5%
G = 33.21%
B = 34.28%

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

#B7BBC1 (or 0xB7BBC1) is known color: Spindle. HEX triplet: B7, BB and C1. RGB value is (183,187,193). Sum of RGB (Red+Green+Blue) = 183+187+193=563 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.50% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 193 - color contains mainly: blue. Hex color #B7BBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BBC1 is #48443E. Grayscale: #BABABA. Windows color (decimal): -4736063 or 12696503. OLE color: 12696503.

HSL color Cylindrical-coordinate representation of color #B7BBC1: hue angle of 216º 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 #B7BBC1 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 187 193 -
CMYK 0.05 0.03 0 0.24
HSL 216º 0.07% 0.74% -
HSV(B) 216º 0.05% 0.76% -
XYZ 46.92 49.46 57.53 -
YUV 186.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 183 187 193 0.05 0.03 0 0.24 216 0.07 0.74
Hex B7 BB C1 5 3 0 18 D8 7 4A
Octal 267 273 301 5 3 0 30 330 7 112
Binary 10110111 10111011 11000001 101 11 0 11000 11011000 111 1001010

Color Harmonies of #B7BBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BBC1

Black with #B7BBC1

Text Example


Text Example

White with #B7BBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BBC1; }

 p { color: rgb(183,187,193); }

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

background-color css

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

 a { background-color: rgb(183,187,193); }

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

border-color css

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

 span { border-color: rgb(183,187,193); }

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