Html Css Color HEX #BEC5CD Spindle

📋 copy color: '#BEC5CD'

red 190 ◦ green 197 ◦ blue 205

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

Shades of Spindle #BEC5CD

Tints of Spindle #BEC5CD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.28%

 BLUE value IS 205 (80.47% from 255) = 34.63%

R = 32.09%
G = 33.28%
B = 34.63%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BEC5CD (or 0xBEC5CD) is known color: Spindle. HEX triplet: BE, C5 and CD. RGB value is (190,197,205). Sum of RGB (Red+Green+Blue) = 190+197+205=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEC5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5CD is #413A32. Grayscale: #C3C3C3. Windows color (decimal): -4274739 or 13485502. OLE color: 13485502.

HSL color Cylindrical-coordinate representation of color #BEC5CD: hue angle of 212º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEC5CD is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 197 205 -
CMYK 0.07 0.04 0 0.20
HSL 212º 0.13% 0.77% -
HSV(B) 212º 0.07% 0.8% -
XYZ 52.22 55.29 65.68 -
YUV 195.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 190 197 205 0.07 0.04 0 0.20 212 0.13 0.77
Hex BE C5 CD 7 4 0 14 D4 D 4D
Octal 276 305 315 7 4 0 24 324 15 115
Binary 10111110 11000101 11001101 111 100 0 10100 11010100 1101 1001101

Color Harmonies of #BEC5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC5CD

Black with #BEC5CD

Text Example


Text Example

White with #BEC5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC5CD; }

 p { color: rgb(190,197,205); }

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

background-color css

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

 a { background-color: rgb(190,197,205); }

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

border-color css

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

 span { border-color: rgb(190,197,205); }

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