Html Css Color HEX #B7BCC6 Spindle

📋 copy color: '#B7BCC6'

red 183 ◦ green 188 ◦ blue 198

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

Shades of Spindle #B7BCC6

Tints of Spindle #B7BCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.8%

R = 32.16%
G = 33.04%
B = 34.8%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B7BCC6 (or 0xB7BCC6) is known color: Spindle. HEX triplet: B7, BC and C6. RGB value is (183,188,198). Sum of RGB (Red+Green+Blue) = 183+188+198=569 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.16% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 198 (77.73% from 255 or 34.80% from 569); Max value from RGB is 198 - color contains mainly: blue. Hex color #B7BCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCC6 is #484339. Grayscale: #BBBBBB. Windows color (decimal): -4735802 or 13024439. OLE color: 13024439.

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

Color convert

RGB 183 188 198 -
CMYK 0.08 0.05 0 0.22
HSL 220º 0.12% 0.75% -
HSV(B) 220º 0.08% 0.78% -
XYZ 47.7 50.11 60.58 -
YUV 187.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 183 188 198 0.08 0.05 0 0.22 220 0.12 0.75
Hex B7 BC C6 8 5 0 16 DC C 4B
Octal 267 274 306 10 5 0 26 334 14 113
Binary 10110111 10111100 11000110 1000 101 0 10110 11011100 1100 1001011

Color Harmonies of #B7BCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BCC6

Black with #B7BCC6

Text Example


Text Example

White with #B7BCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BCC6; }

 p { color: rgb(183,188,198); }

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

background-color css

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

 a { background-color: rgb(183,188,198); }

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

border-color css

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

 span { border-color: rgb(183,188,198); }

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