Html Css Color HEX #BFC7D1 Spindle

📋 copy color: '#BFC7D1'

red 191 ◦ green 199 ◦ blue 209

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

Shades of Spindle #BFC7D1

Tints of Spindle #BFC7D1

RGB

 RED value IS 191 (75% from 255) = 31.89%

 GREEN value IS 199 (78.13% from 255) = 33.22%

 BLUE value IS 209 (82.03% from 255) = 34.89%

R = 31.89%
G = 33.22%
B = 34.89%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BFC7D1 (or 0xBFC7D1) is known color: Spindle. HEX triplet: BF, C7 and D1. RGB value is (191,199,209). Sum of RGB (Red+Green+Blue) = 191+199+209=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFC7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7D1 is #40382E. Grayscale: #C5C5C5. Windows color (decimal): -4208687 or 13748159. OLE color: 13748159.

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

Color convert

RGB 191 199 209 -
CMYK 0.09 0.05 0 0.18
HSL 213.33º 0.16% 0.78% -
HSV(B) 213.33º 0.09% 0.82% -
XYZ 53.42 56.53 68.42 -
YUV 197.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 191 199 209 0.09 0.05 0 0.18 213.33 0.16 0.78
Hex BF C7 D1 9 5 0 12 D5 10 4E
Octal 277 307 321 11 5 0 22 325 20 116
Binary 10111111 11000111 11010001 1001 101 0 10010 11010101 10000 1001110

Color Harmonies of #BFC7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC7D1

Black with #BFC7D1

Text Example


Text Example

White with #BFC7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC7D1; }

 p { color: rgb(191,199,209); }

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

background-color css

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

 a { background-color: rgb(191,199,209); }

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

border-color css

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

 span { border-color: rgb(191,199,209); }

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