Html Css Color HEX #BECCDC Link Water

📋 copy color: '#BECCDC'

red 190 ◦ green 204 ◦ blue 220

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

Shades of Link Water #BECCDC

Tints of Link Water #BECCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.22%

 BLUE value IS 220 (86.33% from 255) = 35.83%

R = 30.94%
G = 33.22%
B = 35.83%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BECCDC (or 0xBECCDC) is known color: Link Water. HEX triplet: BE, CC and DC. RGB value is (190,204,220). Sum of RGB (Red+Green+Blue) = 190+204+220=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #BECCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCDC is #413323. Grayscale: #C9C9C9. Windows color (decimal): -4272932 or 14470334. OLE color: 14470334.

HSL color Cylindrical-coordinate representation of color #BECCDC: hue angle of 212º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BECCDC is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 204 220 -
CMYK 0.14 0.07 0 0.14
HSL 212º 0.3% 0.8% -
HSV(B) 212º 0.14% 0.86% -
XYZ 55.75 59.3 76.22 -
YUV 201.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 190 204 220 0.14 0.07 0 0.14 212 0.3 0.8
Hex BE CC DC E 7 0 E D4 1E 50
Octal 276 314 334 16 7 0 16 324 36 120
Binary 10111110 11001100 11011100 1110 111 0 1110 11010100 11110 1010000

Color Harmonies of #BECCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCDC

Black with #BECCDC

Text Example


Text Example

White with #BECCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCDC; }

 p { color: rgb(190,204,220); }

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

background-color css

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

 a { background-color: rgb(190,204,220); }

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

border-color css

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

 span { border-color: rgb(190,204,220); }

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