Html Css Color HEX #BCBAEB Lavender Grey

📋 copy color: '#BCBAEB'

red 188 ◦ green 186 ◦ blue 235

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

Shades of Lavender Grey #BCBAEB

Tints of Lavender Grey #BCBAEB

RGB

 RED value IS 188 (73.83% from 255) = 30.87%

 GREEN value IS 186 (73.05% from 255) = 30.54%

 BLUE value IS 235 (92.19% from 255) = 38.59%

R = 30.87%
G = 30.54%
B = 38.59%

CMYK

 C value IS 0.2

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCBAEB (or 0xBCBAEB) is known color: Lavender Grey. HEX triplet: BC, BA and EB. RGB value is (188,186,235). Sum of RGB (Red+Green+Blue) = 188+186+235=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCBAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAEB is #434514. Grayscale: #BFBFBF. Windows color (decimal): -4408597 or 15448764. OLE color: 15448764.

HSL color Cylindrical-coordinate representation of color #BCBAEB: hue angle of 242.45º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCBAEB is Cyan = 0.2, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 186 235 -
CMYK 0.2 0.21 0 0.08
HSL 242.45º 0.55% 0.83% -
HSV(B) 242.45º 0.21% 0.92% -
XYZ 53.29 51.81 85.79 -
YUV 192.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 188 186 235 0.2 0.21 0 0.08 242.45 0.55 0.83
Hex BC BA EB 14 15 0 8 F2 37 53
Octal 274 272 353 24 25 0 10 362 67 123
Binary 10111100 10111010 11101011 10100 10101 0 1000 11110010 110111 1010011

Color Harmonies of #BCBAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAEB

Black with #BCBAEB

Text Example


Text Example

White with #BCBAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAEB; }

 p { color: rgb(188,186,235); }

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

background-color css

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

 a { background-color: rgb(188,186,235); }

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

border-color css

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

 span { border-color: rgb(188,186,235); }

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