Html Css Color HEX #BECDE0 Link Water

📋 copy color: '#BECDE0'

red 190 ◦ green 205 ◦ blue 224

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

Shades of Link Water #BECDE0

Tints of Link Water #BECDE0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.12%

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

R = 30.69%
G = 33.12%
B = 36.19%

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

#BECDE0 (or 0xBECDE0) is known color: Link Water. HEX triplet: BE, CD and E0. RGB value is (190,205,224). Sum of RGB (Red+Green+Blue) = 190+205+224=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #BECDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDE0 is #41321F. Grayscale: #CACACA. Windows color (decimal): -4272672 or 14732734. OLE color: 14732734.

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

Color convert

RGB 190 205 224 -
CMYK 0.15 0.08 0 0.12
HSL 213.53º 0.35% 0.81% -
HSV(B) 213.53º 0.15% 0.88% -
XYZ 56.52 59.99 79.12 -
YUV 202.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 190 205 224 0.15 0.08 0 0.12 213.53 0.35 0.81
Hex BE CD E0 F 8 0 C D6 23 51
Octal 276 315 340 17 10 0 14 326 43 121
Binary 10111110 11001101 11100000 1111 1000 0 1100 11010110 100011 1010001

Color Harmonies of #BECDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDE0

Black with #BECDE0

Text Example


Text Example

White with #BECDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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