Html Css Color HEX #BEC7D1 Spindle

📋 copy color: '#BEC7D1'

red 190 ◦ green 199 ◦ blue 209

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

Shades of Spindle #BEC7D1

Tints of Spindle #BEC7D1

RGB

 RED value IS 190 (74.61% from 255) = 31.77%

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

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

R = 31.77%
G = 33.28%
B = 34.95%

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

#BEC7D1 (or 0xBEC7D1) is known color: Spindle. HEX triplet: BE, C7 and D1. RGB value is (190,199,209). Sum of RGB (Red+Green+Blue) = 190+199+209=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEC7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC7D1 is #41382E. Grayscale: #C5C5C5. Windows color (decimal): -4274223 or 13748158. OLE color: 13748158.

HSL color Cylindrical-coordinate representation of color #BEC7D1: hue angle of 211.58º degrees, saturation: 0.17, 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 #BEC7D1 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 199 209 -
CMYK 0.09 0.05 0 0.18
HSL 211.58º 0.17% 0.78% -
HSV(B) 211.58º 0.09% 0.82% -
XYZ 53.17 56.4 68.41 -
YUV 197.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 190 199 209 0.09 0.05 0 0.18 211.58 0.17 0.78
Hex BE C7 D1 9 5 0 12 D4 11 4E
Octal 276 307 321 11 5 0 22 324 21 116
Binary 10111110 11000111 11010001 1001 101 0 10010 11010100 10001 1001110

Color Harmonies of #BEC7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC7D1

Black with #BEC7D1

Text Example


Text Example

White with #BEC7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC7D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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