Html Css Color HEX #BEC2CC Link Water

📋 copy color: '#BEC2CC'

red 190 ◦ green 194 ◦ blue 204

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

Shades of Link Water #BEC2CC

Tints of Link Water #BEC2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.69%

R = 32.31%
G = 32.99%
B = 34.69%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BEC2CC (or 0xBEC2CC) is known color: Link Water. HEX triplet: BE, C2 and CC. RGB value is (190,194,204). Sum of RGB (Red+Green+Blue) = 190+194+204=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEC2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2CC is #413D33. Grayscale: #C1C1C1. Windows color (decimal): -4275508 or 13419198. OLE color: 13419198.

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

Color convert

RGB 190 194 204 -
CMYK 0.07 0.05 0 0.2
HSL 222.86º 0.12% 0.77% -
HSV(B) 222.86º 0.07% 0.8% -
XYZ 51.43 53.89 64.82 -
YUV 193.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 190 194 204 0.07 0.05 0 0.2 222.86 0.12 0.77
Hex BE C2 CC 7 5 0 14 DF C 4D
Octal 276 302 314 7 5 0 24 337 14 115
Binary 10111110 11000010 11001100 111 101 0 10100 11011111 1100 1001101

Color Harmonies of #BEC2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2CC

Black with #BEC2CC

Text Example


Text Example

White with #BEC2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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