Html Css Color HEX #BCBAE8 Lavender Grey

📋 copy color: '#BCBAE8'

red 188 ◦ green 186 ◦ blue 232

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

Shades of Lavender Grey #BCBAE8

Tints of Lavender Grey #BCBAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.28%

R = 31.02%
G = 30.69%
B = 38.28%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BCBAE8 (or 0xBCBAE8) is known color: Lavender Grey. HEX triplet: BC, BA and E8. RGB value is (188,186,232). Sum of RGB (Red+Green+Blue) = 188+186+232=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCBAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAE8 is #434517. Grayscale: #BFBFBF. Windows color (decimal): -4408600 or 15252156. OLE color: 15252156.

HSL color Cylindrical-coordinate representation of color #BCBAE8: hue angle of 242.61º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCBAE8 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 186 232 -
CMYK 0.19 0.20 0 0.09
HSL 242.61º 0.5% 0.82% -
HSV(B) 242.61º 0.2% 0.91% -
XYZ 52.86 51.64 83.52 -
YUV 191.84 150.66 125.26 -
System Red Green Blue C M Y K H S L
Decimal 188 186 232 0.19 0.20 0 0.09 242.61 0.5 0.82
Hex BC BA E8 13 14 0 9 F3 32 52
Octal 274 272 350 23 24 0 11 363 62 122
Binary 10111100 10111010 11101000 10011 10100 0 1001 11110011 110010 1010010

Color Harmonies of #BCBAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAE8

Black with #BCBAE8

Text Example


Text Example

White with #BCBAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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