Html Css Color HEX #BEC0C3 Spindle

📋 copy color: '#BEC0C3'

red 190 ◦ green 192 ◦ blue 195

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

Shades of Spindle #BEC0C3

Tints of Spindle #BEC0C3

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.28%

 BLUE value IS 195 (76.56% from 255) = 33.8%

R = 32.93%
G = 33.28%
B = 33.8%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BEC0C3 (or 0xBEC0C3) is known color: Spindle. HEX triplet: BE, C0 and C3. RGB value is (190,192,195). Sum of RGB (Red+Green+Blue) = 190+192+195=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 195 - color contains mainly: blue. Hex color #BEC0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0C3 is #413F3C. Grayscale: #BFBFBF. Windows color (decimal): -4276029 or 12828862. OLE color: 12828862.

HSL color Cylindrical-coordinate representation of color #BEC0C3: hue angle of 216º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BEC0C3 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 192 195 -
CMYK 0.03 0.02 0 0.24
HSL 216º 0.04% 0.75% -
HSV(B) 216º 0.03% 0.76% -
XYZ 49.94 52.59 59.15 -
YUV 191.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 190 192 195 0.03 0.02 0 0.24 216 0.04 0.75
Hex BE C0 C3 3 2 0 18 D8 4 4B
Octal 276 300 303 3 2 0 30 330 4 113
Binary 10111110 11000000 11000011 11 10 0 11000 11011000 100 1001011

Color Harmonies of #BEC0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC0C3

Black with #BEC0C3

Text Example


Text Example

White with #BEC0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC0C3; }

 p { color: rgb(190,192,195); }

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

background-color css

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

 a { background-color: rgb(190,192,195); }

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

border-color css

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

 span { border-color: rgb(190,192,195); }

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