Html Css Color HEX #BEC7CE Spindle

📋 copy color: '#BEC7CE'

red 190 ◦ green 199 ◦ blue 206

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

Shades of Spindle #BEC7CE

Tints of Spindle #BEC7CE

RGB

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

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

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

R = 31.93%
G = 33.45%
B = 34.62%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BEC7CE (or 0xBEC7CE) is known color: Spindle. HEX triplet: BE, C7 and CE. RGB value is (190,199,206). Sum of RGB (Red+Green+Blue) = 190+199+206=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEC7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC7CE is #413831. Grayscale: #C5C5C5. Windows color (decimal): -4274226 or 13551550. OLE color: 13551550.

HSL color Cylindrical-coordinate representation of color #BEC7CE: hue angle of 206.25º 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 #BEC7CE is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 199 206 -
CMYK 0.08 0.03 0 0.19
HSL 206.25º 0.14% 0.78% -
HSV(B) 206.25º 0.08% 0.81% -
XYZ 52.8 56.25 66.47 -
YUV 197.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 190 199 206 0.08 0.03 0 0.19 206.25 0.14 0.78
Hex BE C7 CE 8 3 0 13 CE E 4E
Octal 276 307 316 10 3 0 23 316 16 116
Binary 10111110 11000111 11001110 1000 11 0 10011 11001110 1110 1001110

Color Harmonies of #BEC7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC7CE

Black with #BEC7CE

Text Example


Text Example

White with #BEC7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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