Html Css Color HEX #BECBDE Link Water

📋 copy color: '#BECBDE'

red 190 ◦ green 203 ◦ blue 222

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

Shades of Link Water #BECBDE

Tints of Link Water #BECBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.1%

R = 30.89%
G = 33.01%
B = 36.1%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BECBDE (or 0xBECBDE) is known color: Link Water. HEX triplet: BE, CB and DE. RGB value is (190,203,222). Sum of RGB (Red+Green+Blue) = 190+203+222=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: blue. Hex color #BECBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBDE is #413421. Grayscale: #C9C9C9. Windows color (decimal): -4273186 or 14601150. OLE color: 14601150.

HSL color Cylindrical-coordinate representation of color #BECBDE: hue angle of 215.62º degrees, saturation: 0.33, 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 #BECBDE is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 203 222 -
CMYK 0.14 0.09 0 0.13
HSL 215.63º 0.33% 0.81% -
HSV(B) 215.63º 0.14% 0.87% -
XYZ 55.78 58.93 77.54 -
YUV 201.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 190 203 222 0.14 0.09 0 0.13 215.63 0.33 0.81
Hex BE CB DE E 9 0 D D8 21 51
Octal 276 313 336 16 11 0 15 330 41 121
Binary 10111110 11001011 11011110 1110 1001 0 1101 11011000 100001 1010001

Color Harmonies of #BECBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBDE

Black with #BECBDE

Text Example


Text Example

White with #BECBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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