Html Css Color HEX #BEC6CE Spindle

📋 copy color: '#BEC6CE'

red 190 ◦ green 198 ◦ blue 206

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

Shades of Spindle #BEC6CE

Tints of Spindle #BEC6CE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.33%

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

R = 31.99%
G = 33.33%
B = 34.68%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BEC6CE (or 0xBEC6CE) is known color: Spindle. HEX triplet: BE, C6 and CE. RGB value is (190,198,206). Sum of RGB (Red+Green+Blue) = 190+198+206=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEC6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC6CE is #413931. Grayscale: #C4C4C4. Windows color (decimal): -4274482 or 13551294. OLE color: 13551294.

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

Color convert

RGB 190 198 206 -
CMYK 0.08 0.04 0 0.19
HSL 210º 0.14% 0.78% -
HSV(B) 210º 0.08% 0.81% -
XYZ 52.57 55.79 66.39 -
YUV 196.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 190 198 206 0.08 0.04 0 0.19 210 0.14 0.78
Hex BE C6 CE 8 4 0 13 D2 E 4E
Octal 276 306 316 10 4 0 23 322 16 116
Binary 10111110 11000110 11001110 1000 100 0 10011 11010010 1110 1001110

Color Harmonies of #BEC6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC6CE

Black with #BEC6CE

Text Example


Text Example

White with #BEC6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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