Html Css Color HEX #BEC2CA Link Water

📋 copy color: '#BEC2CA'

red 190 ◦ green 194 ◦ blue 202

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

Shades of Link Water #BEC2CA

Tints of Link Water #BEC2CA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.11%

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

R = 32.42%
G = 33.11%
B = 34.47%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BEC2CA (or 0xBEC2CA) is known color: Link Water. HEX triplet: BE, C2 and CA. RGB value is (190,194,202). Sum of RGB (Red+Green+Blue) = 190+194+202=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEC2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2CA is #413D35. Grayscale: #C1C1C1. Windows color (decimal): -4275510 or 13288126. OLE color: 13288126.

HSL color Cylindrical-coordinate representation of color #BEC2CA: hue angle of 220º 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 #BEC2CA is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 194 202 -
CMYK 0.06 0.04 0 0.21
HSL 220º 0.1% 0.77% -
HSV(B) 220º 0.06% 0.79% -
XYZ 51.19 53.79 63.56 -
YUV 193.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 190 194 202 0.06 0.04 0 0.21 220 0.1 0.77
Hex BE C2 CA 6 4 0 15 DC A 4D
Octal 276 302 312 6 4 0 25 334 12 115
Binary 10111110 11000010 11001010 110 100 0 10101 11011100 1010 1001101

Color Harmonies of #BEC2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2CA

Black with #BEC2CA

Text Example


Text Example

White with #BEC2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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