Html Css Color HEX #BEC2DF Lavender Grey

📋 copy color: '#BEC2DF'

red 190 ◦ green 194 ◦ blue 223

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

Shades of Lavender Grey #BEC2DF

Tints of Lavender Grey #BEC2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.74%

R = 31.3%
G = 31.96%
B = 36.74%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BEC2DF (or 0xBEC2DF) is known color: Lavender Grey. HEX triplet: BE, C2 and DF. RGB value is (190,194,223). Sum of RGB (Red+Green+Blue) = 190+194+223=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEC2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2DF is #413D20. Grayscale: #C3C3C3. Windows color (decimal): -4275489 or 14664382. OLE color: 14664382.

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

Color convert

RGB 190 194 223 -
CMYK 0.15 0.13 0 0.13
HSL 232.73º 0.34% 0.81% -
HSV(B) 232.73º 0.15% 0.87% -
XYZ 53.85 54.86 77.56 -
YUV 196.11 143.17 123.64 -
System Red Green Blue C M Y K H S L
Decimal 190 194 223 0.15 0.13 0 0.13 232.73 0.34 0.81
Hex BE C2 DF F D 0 D E9 22 51
Octal 276 302 337 17 15 0 15 351 42 121
Binary 10111110 11000010 11011111 1111 1101 0 1101 11101001 100010 1010001

Color Harmonies of #BEC2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2DF

Black with #BEC2DF

Text Example


Text Example

White with #BEC2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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