Html Css Color HEX #BEC9D1 Spindle

📋 copy color: '#BEC9D1'

red 190 ◦ green 201 ◦ blue 209

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

Shades of Spindle #BEC9D1

Tints of Spindle #BEC9D1

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.5%

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

R = 31.67%
G = 33.5%
B = 34.83%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BEC9D1 (or 0xBEC9D1) is known color: Spindle. HEX triplet: BE, C9 and D1. RGB value is (190,201,209). Sum of RGB (Red+Green+Blue) = 190+201+209=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEC9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9D1 is #41362E. Grayscale: #C6C6C6. Windows color (decimal): -4273711 or 13748670. OLE color: 13748670.

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

Color convert

RGB 190 201 209 -
CMYK 0.09 0.04 0 0.18
HSL 205.26º 0.17% 0.78% -
HSV(B) 205.26º 0.09% 0.82% -
XYZ 53.63 57.32 68.56 -
YUV 198.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 190 201 209 0.09 0.04 0 0.18 205.26 0.17 0.78
Hex BE C9 D1 9 4 0 12 CD 11 4E
Octal 276 311 321 11 4 0 22 315 21 116
Binary 10111110 11001001 11010001 1001 100 0 10010 11001101 10001 1001110

Color Harmonies of #BEC9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC9D1

Black with #BEC9D1

Text Example


Text Example

White with #BEC9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC9D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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