Html Css Color HEX #BECDDF Link Water

📋 copy color: '#BECDDF'

red 190 ◦ green 205 ◦ blue 223

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

Shades of Link Water #BECDDF

Tints of Link Water #BECDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.08%

R = 30.74%
G = 33.17%
B = 36.08%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BECDDF (or 0xBECDDF) is known color: Link Water. HEX triplet: BE, CD and DF. RGB value is (190,205,223). Sum of RGB (Red+Green+Blue) = 190+205+223=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #BECDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDDF is #413220. Grayscale: #CACACA. Windows color (decimal): -4272673 or 14667198. OLE color: 14667198.

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

Color convert

RGB 190 205 223 -
CMYK 0.15 0.08 0 0.13
HSL 212.73º 0.34% 0.81% -
HSV(B) 212.73º 0.15% 0.87% -
XYZ 56.39 59.94 78.41 -
YUV 202.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 190 205 223 0.15 0.08 0 0.13 212.73 0.34 0.81
Hex BE CD DF F 8 0 D D5 22 51
Octal 276 315 337 17 10 0 15 325 42 121
Binary 10111110 11001101 11011111 1111 1000 0 1101 11010101 100010 1010001

Color Harmonies of #BECDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDDF

Black with #BECDDF

Text Example


Text Example

White with #BECDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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