Html Css Color HEX #BEC1CB Link Water

📋 copy color: '#BEC1CB'

red 190 ◦ green 193 ◦ blue 203

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

Shades of Link Water #BEC1CB

Tints of Link Water #BEC1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.64%

R = 32.42%
G = 32.94%
B = 34.64%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BEC1CB (or 0xBEC1CB) is known color: Link Water. HEX triplet: BE, C1 and CB. RGB value is (190,193,203). Sum of RGB (Red+Green+Blue) = 190+193+203=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEC1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1CB is #413E34. Grayscale: #C1C1C1. Windows color (decimal): -4275765 or 13353406. OLE color: 13353406.

HSL color Cylindrical-coordinate representation of color #BEC1CB: hue angle of 226.15º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEC1CB is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 193 203 -
CMYK 0.06 0.05 0 0.20
HSL 226.15º 0.11% 0.77% -
HSV(B) 226.15º 0.06% 0.8% -
XYZ 51.08 53.4 64.11 -
YUV 193.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 190 193 203 0.06 0.05 0 0.20 226.15 0.11 0.77
Hex BE C1 CB 6 5 0 14 E2 B 4D
Octal 276 301 313 6 5 0 24 342 13 115
Binary 10111110 11000001 11001011 110 101 0 10100 11100010 1011 1001101

Color Harmonies of #BEC1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC1CB

Black with #BEC1CB

Text Example


Text Example

White with #BEC1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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