Html Css Color HEX #BEC8DA Link Water

📋 copy color: '#BEC8DA'

red 190 ◦ green 200 ◦ blue 218

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

Shades of Link Water #BEC8DA

Tints of Link Water #BEC8DA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.89%

 BLUE value IS 218 (85.55% from 255) = 35.86%

R = 31.25%
G = 32.89%
B = 35.86%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BEC8DA (or 0xBEC8DA) is known color: Link Water. HEX triplet: BE, C8 and DA. RGB value is (190,200,218). Sum of RGB (Red+Green+Blue) = 190+200+218=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 200 (78.52% from 255 or 32.89% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 218 - color contains mainly: blue. Hex color #BEC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8DA is #413725. Grayscale: #C6C6C6. Windows color (decimal): -4273958 or 14338238. OLE color: 14338238.

HSL color Cylindrical-coordinate representation of color #BEC8DA: hue angle of 218.57º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEC8DA is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 200 218 -
CMYK 0.13 0.08 0 0.15
HSL 218.57º 0.27% 0.8% -
HSV(B) 218.57º 0.13% 0.85% -
XYZ 54.54 57.32 74.52 -
YUV 199.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 190 200 218 0.13 0.08 0 0.15 218.57 0.27 0.8
Hex BE C8 DA D 8 0 F DB 1B 50
Octal 276 310 332 15 10 0 17 333 33 120
Binary 10111110 11001000 11011010 1101 1000 0 1111 11011011 11011 1010000

Color Harmonies of #BEC8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC8DA

Black with #BEC8DA

Text Example


Text Example

White with #BEC8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC8DA; }

 p { color: rgb(190,200,218); }

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

background-color css

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

 a { background-color: rgb(190,200,218); }

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

border-color css

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

 span { border-color: rgb(190,200,218); }

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