Html Css Color HEX #BEC4CA Spindle

📋 copy color: '#BEC4CA'

red 190 ◦ green 196 ◦ blue 202

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

Shades of Spindle #BEC4CA

Tints of Spindle #BEC4CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.35%

R = 32.31%
G = 33.33%
B = 34.35%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BEC4CA (or 0xBEC4CA) is known color: Spindle. HEX triplet: BE, C4 and CA. RGB value is (190,196,202). Sum of RGB (Red+Green+Blue) = 190+196+202=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4CA is #413B35. Grayscale: #C2C2C2. Windows color (decimal): -4274998 or 13288638. OLE color: 13288638.

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

Color convert

RGB 190 196 202 -
CMYK 0.06 0.03 0 0.21
HSL 210º 0.1% 0.77% -
HSV(B) 210º 0.06% 0.79% -
XYZ 51.64 54.69 63.71 -
YUV 194.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 190 196 202 0.06 0.03 0 0.21 210 0.1 0.77
Hex BE C4 CA 6 3 0 15 D2 A 4D
Octal 276 304 312 6 3 0 25 322 12 115
Binary 10111110 11000100 11001010 110 11 0 10101 11010010 1010 1001101

Color Harmonies of #BEC4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC4CA

Black with #BEC4CA

Text Example


Text Example

White with #BEC4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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