Html Css Color HEX #BECEE0 Link Water

📋 copy color: '#BECEE0'

red 190 ◦ green 206 ◦ blue 224

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

Shades of Link Water #BECEE0

Tints of Link Water #BECEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.13%

R = 30.65%
G = 33.23%
B = 36.13%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BECEE0 (or 0xBECEE0) is known color: Link Water. HEX triplet: BE, CE and E0. RGB value is (190,206,224). Sum of RGB (Red+Green+Blue) = 190+206+224=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #BECEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEE0 is #41311F. Grayscale: #CBCBCB. Windows color (decimal): -4272416 or 14732990. OLE color: 14732990.

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

Color convert

RGB 190 206 224 -
CMYK 0.15 0.08 0 0.12
HSL 211.76º 0.35% 0.81% -
HSV(B) 211.76º 0.15% 0.88% -
XYZ 56.76 60.47 79.2 -
YUV 203.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 190 206 224 0.15 0.08 0 0.12 211.76 0.35 0.81
Hex BE CE E0 F 8 0 C D4 23 51
Octal 276 316 340 17 10 0 14 324 43 121
Binary 10111110 11001110 11100000 1111 1000 0 1100 11010100 100011 1010001

Color Harmonies of #BECEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEE0

Black with #BECEE0

Text Example


Text Example

White with #BECEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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