Html Css Color HEX #BEC2C7 Spindle

📋 copy color: '#BEC2C7'

red 190 ◦ green 194 ◦ blue 199

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

Shades of Spindle #BEC2C7

Tints of Spindle #BEC2C7

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.28%

 BLUE value IS 199 (78.13% from 255) = 34.13%

R = 32.59%
G = 33.28%
B = 34.13%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BEC2C7 (or 0xBEC2C7) is known color: Spindle. HEX triplet: BE, C2 and C7. RGB value is (190,194,199). Sum of RGB (Red+Green+Blue) = 190+194+199=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 199 (78.12% from 255 or 34.13% from 583); Max value from RGB is 199 - color contains mainly: blue. Hex color #BEC2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2C7 is #413D38. Grayscale: #C1C1C1. Windows color (decimal): -4275513 or 13091518. OLE color: 13091518.

HSL color Cylindrical-coordinate representation of color #BEC2C7: hue angle of 213.33º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEC2C7 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 194 199 -
CMYK 0.05 0.03 0 0.22
HSL 213.33º 0.07% 0.76% -
HSV(B) 213.33º 0.05% 0.78% -
XYZ 50.84 53.65 61.71 -
YUV 193.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 190 194 199 0.05 0.03 0 0.22 213.33 0.07 0.76
Hex BE C2 C7 5 3 0 16 D5 7 4C
Octal 276 302 307 5 3 0 26 325 7 114
Binary 10111110 11000010 11000111 101 11 0 10110 11010101 111 1001100

Color Harmonies of #BEC2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2C7

Black with #BEC2C7

Text Example


Text Example

White with #BEC2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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