Html Css Color HEX #BEC2CF Link Water

📋 copy color: '#BEC2CF'

red 190 ◦ green 194 ◦ blue 207

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

Shades of Link Water #BEC2CF

Tints of Link Water #BEC2CF

RGB

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

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

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

R = 32.15%
G = 32.83%
B = 35.03%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BEC2CF (or 0xBEC2CF) is known color: Link Water. HEX triplet: BE, C2 and CF. RGB value is (190,194,207). Sum of RGB (Red+Green+Blue) = 190+194+207=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEC2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2CF is #413D30. Grayscale: #C2C2C2. Windows color (decimal): -4275505 or 13615806. OLE color: 13615806.

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

Color convert

RGB 190 194 207 -
CMYK 0.08 0.06 0 0.19
HSL 225.88º 0.15% 0.78% -
HSV(B) 225.88º 0.08% 0.81% -
XYZ 51.79 54.04 66.73 -
YUV 194.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 190 194 207 0.08 0.06 0 0.19 225.88 0.15 0.78
Hex BE C2 CF 8 6 0 13 E2 F 4E
Octal 276 302 317 10 6 0 23 342 17 116
Binary 10111110 11000010 11001111 1000 110 0 10011 11100010 1111 1001110

Color Harmonies of #BEC2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2CF

Black with #BEC2CF

Text Example


Text Example

White with #BEC2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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