Html Css Color HEX #B7BFC9 Spindle

📋 copy color: '#B7BFC9'

red 183 ◦ green 191 ◦ blue 201

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

Shades of Spindle #B7BFC9

Tints of Spindle #B7BFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.96%

R = 31.83%
G = 33.22%
B = 34.96%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B7BFC9 (or 0xB7BFC9) is known color: Spindle. HEX triplet: B7, BF and C9. RGB value is (183,191,201). Sum of RGB (Red+Green+Blue) = 183+191+201=575 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.83% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 201 - color contains mainly: blue. Hex color #B7BFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFC9 is #484036. Grayscale: #BDBDBD. Windows color (decimal): -4735031 or 13221815. OLE color: 13221815.

HSL color Cylindrical-coordinate representation of color #B7BFC9: hue angle of 213.33º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7BFC9 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 191 201 -
CMYK 0.09 0.05 0 0.21
HSL 213.33º 0.14% 0.75% -
HSV(B) 213.33º 0.09% 0.79% -
XYZ 48.7 51.55 62.64 -
YUV 189.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 183 191 201 0.09 0.05 0 0.21 213.33 0.14 0.75
Hex B7 BF C9 9 5 0 15 D5 E 4B
Octal 267 277 311 11 5 0 25 325 16 113
Binary 10110111 10111111 11001001 1001 101 0 10101 11010101 1110 1001011

Color Harmonies of #B7BFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BFC9

Black with #B7BFC9

Text Example


Text Example

White with #B7BFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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