Html Css Color HEX #BCBAEF Lavender Grey

📋 copy color: '#BCBAEF'

red 188 ◦ green 186 ◦ blue 239

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

Shades of Lavender Grey #BCBAEF

Tints of Lavender Grey #BCBAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.99%

R = 30.67%
G = 30.34%
B = 38.99%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCBAEF (or 0xBCBAEF) is known color: Lavender Grey. HEX triplet: BC, BA and EF. RGB value is (188,186,239). Sum of RGB (Red+Green+Blue) = 188+186+239=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCBAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAEF is #434510. Grayscale: #C0C0C0. Windows color (decimal): -4408593 or 15710908. OLE color: 15710908.

HSL color Cylindrical-coordinate representation of color #BCBAEF: hue angle of 242.26º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCBAEF is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 186 239 -
CMYK 0.21 0.22 0 0.06
HSL 242.26º 0.62% 0.83% -
HSV(B) 242.26º 0.22% 0.94% -
XYZ 53.88 52.04 88.87 -
YUV 192.64 154.16 124.69 -
System Red Green Blue C M Y K H S L
Decimal 188 186 239 0.21 0.22 0 0.06 242.26 0.62 0.83
Hex BC BA EF 15 16 0 6 F2 3E 53
Octal 274 272 357 25 26 0 6 362 76 123
Binary 10111100 10111010 11101111 10101 10110 0 110 11110010 111110 1010011

Color Harmonies of #BCBAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAEF

Black with #BCBAEF

Text Example


Text Example

White with #BCBAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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