Html Css Color HEX #BCBAE7 Lavender Grey

📋 copy color: '#BCBAE7'

red 188 ◦ green 186 ◦ blue 231

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

Shades of Lavender Grey #BCBAE7

Tints of Lavender Grey #BCBAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.18%

R = 31.07%
G = 30.74%
B = 38.18%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BCBAE7 (or 0xBCBAE7) is known color: Lavender Grey. HEX triplet: BC, BA and E7. RGB value is (188,186,231). Sum of RGB (Red+Green+Blue) = 188+186+231=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCBAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAE7 is #434518. Grayscale: #BFBFBF. Windows color (decimal): -4408601 or 15186620. OLE color: 15186620.

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

Color convert

RGB 188 186 231 -
CMYK 0.19 0.19 0 0.09
HSL 242.67º 0.48% 0.82% -
HSV(B) 242.67º 0.19% 0.91% -
XYZ 52.72 51.58 82.78 -
YUV 191.73 150.16 125.34 -
System Red Green Blue C M Y K H S L
Decimal 188 186 231 0.19 0.19 0 0.09 242.67 0.48 0.82
Hex BC BA E7 13 13 0 9 F3 30 52
Octal 274 272 347 23 23 0 11 363 60 122
Binary 10111100 10111010 11100111 10011 10011 0 1001 11110011 110000 1010010

Color Harmonies of #BCBAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAE7

Black with #BCBAE7

Text Example


Text Example

White with #BCBAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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