Html Css Color HEX #BCBAEE Lavender Grey

📋 copy color: '#BCBAEE'

red 188 ◦ green 186 ◦ blue 238

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

Shades of Lavender Grey #BCBAEE

Tints of Lavender Grey #BCBAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.89%

R = 30.72%
G = 30.39%
B = 38.89%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCBAEE (or 0xBCBAEE) is known color: Lavender Grey. HEX triplet: BC, BA and EE. RGB value is (188,186,238). Sum of RGB (Red+Green+Blue) = 188+186+238=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCBAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAEE is #434511. Grayscale: #C0C0C0. Windows color (decimal): -4408594 or 15645372. OLE color: 15645372.

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

Color convert

RGB 188 186 238 -
CMYK 0.21 0.22 0 0.07
HSL 242.31º 0.6% 0.83% -
HSV(B) 242.31º 0.22% 0.93% -
XYZ 53.73 51.98 88.09 -
YUV 192.53 153.66 124.77 -
System Red Green Blue C M Y K H S L
Decimal 188 186 238 0.21 0.22 0 0.07 242.31 0.6 0.83
Hex BC BA EE 15 16 0 7 F2 3C 53
Octal 274 272 356 25 26 0 7 362 74 123
Binary 10111100 10111010 11101110 10101 10110 0 111 11110010 111100 1010011

Color Harmonies of #BCBAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAEE

Black with #BCBAEE

Text Example


Text Example

White with #BCBAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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