Html Css Color HEX #B7BFCF Spindle

📋 copy color: '#B7BFCF'

red 183 ◦ green 191 ◦ blue 207

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

Shades of Spindle #B7BFCF

Tints of Spindle #B7BFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.63%

R = 31.5%
G = 32.87%
B = 35.63%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B7BFCF (or 0xB7BFCF) is known color: Spindle. HEX triplet: B7, BF and CF. RGB value is (183,191,207). Sum of RGB (Red+Green+Blue) = 183+191+207=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFCF is #484030. Grayscale: #BEBEBE. Windows color (decimal): -4735025 or 13615031. OLE color: 13615031.

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

Color convert

RGB 183 191 207 -
CMYK 0.12 0.08 0 0.19
HSL 220º 0.2% 0.76% -
HSV(B) 220º 0.12% 0.81% -
XYZ 49.42 51.83 66.43 -
YUV 190.43 137.35 122.7 -
System Red Green Blue C M Y K H S L
Decimal 183 191 207 0.12 0.08 0 0.19 220 0.2 0.76
Hex B7 BF CF C 8 0 13 DC 14 4C
Octal 267 277 317 14 10 0 23 334 24 114
Binary 10110111 10111111 11001111 1100 1000 0 10011 11011100 10100 1001100

Color Harmonies of #B7BFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BFCF

Black with #B7BFCF

Text Example


Text Example

White with #B7BFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BFCF; }

 p { color: rgb(183,191,207); }

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

background-color css

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

 a { background-color: rgb(183,191,207); }

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

border-color css

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

 span { border-color: rgb(183,191,207); }

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