Html Css Color HEX #BCBAEA Lavender Grey

📋 copy color: '#BCBAEA'

red 188 ◦ green 186 ◦ blue 234

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

Shades of Lavender Grey #BCBAEA

Tints of Lavender Grey #BCBAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.49%

R = 30.92%
G = 30.59%
B = 38.49%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCBAEA (or 0xBCBAEA) is known color: Lavender Grey. HEX triplet: BC, BA and EA. RGB value is (188,186,234). Sum of RGB (Red+Green+Blue) = 188+186+234=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCBAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAEA is #434515. Grayscale: #BFBFBF. Windows color (decimal): -4408598 or 15383228. OLE color: 15383228.

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

Color convert

RGB 188 186 234 -
CMYK 0.20 0.21 0 0.08
HSL 242.5º 0.53% 0.82% -
HSV(B) 242.5º 0.21% 0.92% -
XYZ 53.15 51.75 85.03 -
YUV 192.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 188 186 234 0.20 0.21 0 0.08 242.5 0.53 0.82
Hex BC BA EA 14 15 0 8 F2 35 52
Octal 274 272 352 24 25 0 10 362 65 122
Binary 10111100 10111010 11101010 10100 10101 0 1000 11110010 110101 1010010

Color Harmonies of #BCBAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAEA

Black with #BCBAEA

Text Example


Text Example

White with #BCBAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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