Html Css Color HEX #BEBCE6 Lavender Grey

📋 copy color: '#BEBCE6'

red 190 ◦ green 188 ◦ blue 230

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

Shades of Lavender Grey #BEBCE6

Tints of Lavender Grey #BEBCE6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.92%

 BLUE value IS 230 (90.23% from 255) = 37.83%

R = 31.25%
G = 30.92%
B = 37.83%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BEBCE6 (or 0xBEBCE6) is known color: Lavender Grey. HEX triplet: BE, BC and E6. RGB value is (190,188,230). Sum of RGB (Red+Green+Blue) = 190+188+230=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 230 - color contains mainly: blue. Hex color #BEBCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBCE6 is #414319. Grayscale: #C1C1C1. Windows color (decimal): -4277018 or 15121598. OLE color: 15121598.

HSL color Cylindrical-coordinate representation of color #BEBCE6: hue angle of 242.86º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEBCE6 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 188 230 -
CMYK 0.17 0.18 0 0.10
HSL 242.86º 0.46% 0.82% -
HSV(B) 242.86º 0.18% 0.9% -
XYZ 53.5 52.63 82.2 -
YUV 193.39 148.66 125.58 -
System Red Green Blue C M Y K H S L
Decimal 190 188 230 0.17 0.18 0 0.10 242.86 0.46 0.82
Hex BE BC E6 11 12 0 A F3 2E 52
Octal 276 274 346 21 22 0 12 363 56 122
Binary 10111110 10111100 11100110 10001 10010 0 1010 11110011 101110 1010010

Color Harmonies of #BEBCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBCE6

Black with #BEBCE6

Text Example


Text Example

White with #BEBCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBCE6; }

 p { color: rgb(190,188,230); }

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

background-color css

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

 a { background-color: rgb(190,188,230); }

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

border-color css

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

 span { border-color: rgb(190,188,230); }

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