Html Css Color HEX #BEC1CA Link Water

📋 copy color: '#BEC1CA'

red 190 ◦ green 193 ◦ blue 202

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

Shades of Link Water #BEC1CA

Tints of Link Water #BEC1CA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.99%

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

R = 32.48%
G = 32.99%
B = 34.53%

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

#BEC1CA (or 0xBEC1CA) is known color: Link Water. HEX triplet: BE, C1 and CA. RGB value is (190,193,202). Sum of RGB (Red+Green+Blue) = 190+193+202=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1CA is #413E35. Grayscale: #C1C1C1. Windows color (decimal): -4275766 or 13287870. OLE color: 13287870.

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

Color convert

RGB 190 193 202 -
CMYK 0.06 0.04 0 0.21
HSL 225º 0.1% 0.77% -
HSV(B) 225º 0.06% 0.79% -
XYZ 50.97 53.35 63.49 -
YUV 193.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 190 193 202 0.06 0.04 0 0.21 225 0.1 0.77
Hex BE C1 CA 6 4 0 15 E1 A 4D
Octal 276 301 312 6 4 0 25 341 12 115
Binary 10111110 11000001 11001010 110 100 0 10101 11100001 1010 1001101

Color Harmonies of #BEC1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC1CA

Black with #BEC1CA

Text Example


Text Example

White with #BEC1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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