Html Css Color HEX #BECBDB Link Water

📋 copy color: '#BECBDB'

red 190 ◦ green 203 ◦ blue 219

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

Shades of Link Water #BECBDB

Tints of Link Water #BECBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.17%

 BLUE value IS 219 (85.94% from 255) = 35.78%

R = 31.05%
G = 33.17%
B = 35.78%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BECBDB (or 0xBECBDB) is known color: Link Water. HEX triplet: BE, CB and DB. RGB value is (190,203,219). Sum of RGB (Red+Green+Blue) = 190+203+219=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #BECBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBDB is #413424. Grayscale: #C8C8C8. Windows color (decimal): -4273189 or 14404542. OLE color: 14404542.

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

Color convert

RGB 190 203 219 -
CMYK 0.13 0.07 0 0.14
HSL 213.1º 0.29% 0.8% -
HSV(B) 213.1º 0.13% 0.86% -
XYZ 55.38 58.77 75.44 -
YUV 200.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 190 203 219 0.13 0.07 0 0.14 213.1 0.29 0.8
Hex BE CB DB D 7 0 E D5 1D 50
Octal 276 313 333 15 7 0 16 325 35 120
Binary 10111110 11001011 11011011 1101 111 0 1110 11010101 11101 1010000

Color Harmonies of #BECBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBDB

Black with #BECBDB

Text Example


Text Example

White with #BECBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBDB; }

 p { color: rgb(190,203,219); }

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

background-color css

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

 a { background-color: rgb(190,203,219); }

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

border-color css

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

 span { border-color: rgb(190,203,219); }

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