Html Css Color HEX #BEC9CE Spindle

📋 copy color: '#BEC9CE'

red 190 ◦ green 201 ◦ blue 206

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

Shades of Spindle #BEC9CE

Tints of Spindle #BEC9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.51%

R = 31.83%
G = 33.67%
B = 34.51%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BEC9CE (or 0xBEC9CE) is known color: Spindle. HEX triplet: BE, C9 and CE. RGB value is (190,201,206). Sum of RGB (Red+Green+Blue) = 190+201+206=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEC9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9CE is #413631. Grayscale: #C6C6C6. Windows color (decimal): -4273714 or 13552062. OLE color: 13552062.

HSL color Cylindrical-coordinate representation of color #BEC9CE: hue angle of 198.75º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEC9CE is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 201 206 -
CMYK 0.08 0.02 0 0.19
HSL 198.75º 0.14% 0.78% -
HSV(B) 198.75º 0.08% 0.81% -
XYZ 53.26 57.18 66.62 -
YUV 198.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 190 201 206 0.08 0.02 0 0.19 198.75 0.14 0.78
Hex BE C9 CE 8 2 0 13 C7 E 4E
Octal 276 311 316 10 2 0 23 307 16 116
Binary 10111110 11001001 11001110 1000 10 0 10011 11000111 1110 1001110

Color Harmonies of #BEC9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC9CE

Black with #BEC9CE

Text Example


Text Example

White with #BEC9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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