Html Css Color HEX #B7BFCD Spindle

📋 copy color: '#B7BFCD'

red 183 ◦ green 191 ◦ blue 205

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

Shades of Spindle #B7BFCD

Tints of Spindle #B7BFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.41%

R = 31.61%
G = 32.99%
B = 35.41%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B7BFCD (or 0xB7BFCD) is known color: Spindle. HEX triplet: B7, BF and CD. RGB value is (183,191,205). Sum of RGB (Red+Green+Blue) = 183+191+205=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFCD is #484032. Grayscale: #BEBEBE. Windows color (decimal): -4735027 or 13483959. OLE color: 13483959.

HSL color Cylindrical-coordinate representation of color #B7BFCD: hue angle of 218.18º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7BFCD is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 191 205 -
CMYK 0.11 0.07 0 0.20
HSL 218.18º 0.18% 0.76% -
HSV(B) 218.18º 0.11% 0.8% -
XYZ 49.18 51.74 65.15 -
YUV 190.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 183 191 205 0.11 0.07 0 0.20 218.18 0.18 0.76
Hex B7 BF CD B 7 0 14 DA 12 4C
Octal 267 277 315 13 7 0 24 332 22 114
Binary 10110111 10111111 11001101 1011 111 0 10100 11011010 10010 1001100

Color Harmonies of #B7BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BFCD

Black with #B7BFCD

Text Example


Text Example

White with #B7BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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