Html Css Color HEX #BECEE1 Link Water

📋 copy color: '#BECEE1'

red 190 ◦ green 206 ◦ blue 225

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

Shades of Link Water #BECEE1

Tints of Link Water #BECEE1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.17%

 BLUE value IS 225 (88.28% from 255) = 36.23%

R = 30.6%
G = 33.17%
B = 36.23%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BECEE1 (or 0xBECEE1) is known color: Link Water. HEX triplet: BE, CE and E1. RGB value is (190,206,225). Sum of RGB (Red+Green+Blue) = 190+206+225=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 225 - color contains mainly: blue. Hex color #BECEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEE1 is #41311E. Grayscale: #CBCBCB. Windows color (decimal): -4272415 or 14798526. OLE color: 14798526.

HSL color Cylindrical-coordinate representation of color #BECEE1: hue angle of 212.57º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BECEE1 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 206 225 -
CMYK 0.16 0.08 0 0.12
HSL 212.57º 0.37% 0.81% -
HSV(B) 212.57º 0.16% 0.88% -
XYZ 56.9 60.53 79.92 -
YUV 203.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 190 206 225 0.16 0.08 0 0.12 212.57 0.37 0.81
Hex BE CE E1 10 8 0 C D5 25 51
Octal 276 316 341 20 10 0 14 325 45 121
Binary 10111110 11001110 11100001 10000 1000 0 1100 11010101 100101 1010001

Color Harmonies of #BECEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEE1

Black with #BECEE1

Text Example


Text Example

White with #BECEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECEE1; }

 p { color: rgb(190,206,225); }

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

background-color css

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

 a { background-color: rgb(190,206,225); }

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

border-color css

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

 span { border-color: rgb(190,206,225); }

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