Html Css Color HEX #BEC5CF Spindle

📋 copy color: '#BEC5CF'

red 190 ◦ green 197 ◦ blue 207

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

Shades of Spindle #BEC5CF

Tints of Spindle #BEC5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.85%

R = 31.99%
G = 33.16%
B = 34.85%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BEC5CF (or 0xBEC5CF) is known color: Spindle. HEX triplet: BE, C5 and CF. RGB value is (190,197,207). Sum of RGB (Red+Green+Blue) = 190+197+207=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEC5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5CF is #413A30. Grayscale: #C4C4C4. Windows color (decimal): -4274737 or 13616574. OLE color: 13616574.

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

Color convert

RGB 190 197 207 -
CMYK 0.08 0.05 0 0.19
HSL 215.29º 0.15% 0.78% -
HSV(B) 215.29º 0.08% 0.81% -
XYZ 52.46 55.38 66.96 -
YUV 196.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 190 197 207 0.08 0.05 0 0.19 215.29 0.15 0.78
Hex BE C5 CF 8 5 0 13 D7 F 4E
Octal 276 305 317 10 5 0 23 327 17 116
Binary 10111110 11000101 11001111 1000 101 0 10011 11010111 1111 1001110

Color Harmonies of #BEC5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC5CF

Black with #BEC5CF

Text Example


Text Example

White with #BEC5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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