Html Css Color HEX #BEC2DD Lavender Grey

📋 copy color: '#BEC2DD'

red 190 ◦ green 194 ◦ blue 221

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

Shades of Lavender Grey #BEC2DD

Tints of Lavender Grey #BEC2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.07%

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

R = 31.4%
G = 32.07%
B = 36.53%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BEC2DD (or 0xBEC2DD) is known color: Lavender Grey. HEX triplet: BE, C2 and DD. RGB value is (190,194,221). Sum of RGB (Red+Green+Blue) = 190+194+221=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEC2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2DD is #413D22. Grayscale: #C3C3C3. Windows color (decimal): -4275491 or 14533310. OLE color: 14533310.

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

Color convert

RGB 190 194 221 -
CMYK 0.14 0.12 0 0.13
HSL 232.26º 0.31% 0.81% -
HSV(B) 232.26º 0.14% 0.87% -
XYZ 53.58 54.75 76.15 -
YUV 195.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 190 194 221 0.14 0.12 0 0.13 232.26 0.31 0.81
Hex BE C2 DD E C 0 D E8 1F 51
Octal 276 302 335 16 14 0 15 350 37 121
Binary 10111110 11000010 11011101 1110 1100 0 1101 11101000 11111 1010001

Color Harmonies of #BEC2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2DD

Black with #BEC2DD

Text Example


Text Example

White with #BEC2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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