Html Css Color HEX #BEC4C9 Spindle

📋 copy color: '#BEC4C9'

red 190 ◦ green 196 ◦ blue 201

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

Shades of Spindle #BEC4C9

Tints of Spindle #BEC4C9

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.39%

 BLUE value IS 201 (78.91% from 255) = 34.24%

R = 32.37%
G = 33.39%
B = 34.24%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BEC4C9 (or 0xBEC4C9) is known color: Spindle. HEX triplet: BE, C4 and C9. RGB value is (190,196,201). Sum of RGB (Red+Green+Blue) = 190+196+201=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 201 - color contains mainly: blue. Hex color #BEC4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4C9 is #413B36. Grayscale: #C2C2C2. Windows color (decimal): -4274999 or 13223102. OLE color: 13223102.

HSL color Cylindrical-coordinate representation of color #BEC4C9: hue angle of 207.27º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEC4C9 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 196 201 -
CMYK 0.05 0.02 0 0.21
HSL 207.27º 0.09% 0.77% -
HSV(B) 207.27º 0.05% 0.79% -
XYZ 51.52 54.64 63.09 -
YUV 194.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 190 196 201 0.05 0.02 0 0.21 207.27 0.09 0.77
Hex BE C4 C9 5 2 0 15 CF 9 4D
Octal 276 304 311 5 2 0 25 317 11 115
Binary 10111110 11000100 11001001 101 10 0 10101 11001111 1001 1001101

Color Harmonies of #BEC4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC4C9

Black with #BEC4C9

Text Example


Text Example

White with #BEC4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC4C9; }

 p { color: rgb(190,196,201); }

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

background-color css

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

 a { background-color: rgb(190,196,201); }

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

border-color css

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

 span { border-color: rgb(190,196,201); }

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