Html Css Color HEX #BECDDD Link Water

📋 copy color: '#BECDDD'

red 190 ◦ green 205 ◦ blue 221

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

Shades of Link Water #BECDDD

Tints of Link Water #BECDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.88%

R = 30.84%
G = 33.28%
B = 35.88%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BECDDD (or 0xBECDDD) is known color: Link Water. HEX triplet: BE, CD and DD. RGB value is (190,205,221). Sum of RGB (Red+Green+Blue) = 190+205+221=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: blue. Hex color #BECDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDDD is #413222. Grayscale: #CACACA. Windows color (decimal): -4272675 or 14536126. OLE color: 14536126.

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

Color convert

RGB 190 205 221 -
CMYK 0.14 0.07 0 0.13
HSL 210.97º 0.31% 0.81% -
HSV(B) 210.97º 0.14% 0.87% -
XYZ 56.12 59.83 77 -
YUV 202.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 190 205 221 0.14 0.07 0 0.13 210.97 0.31 0.81
Hex BE CD DD E 7 0 D D3 1F 51
Octal 276 315 335 16 7 0 15 323 37 121
Binary 10111110 11001101 11011101 1110 111 0 1101 11010011 11111 1010001

Color Harmonies of #BECDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDDD

Black with #BECDDD

Text Example


Text Example

White with #BECDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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