Html Css Color HEX #BCBCE1 Lavender Grey

📋 copy color: '#BCBCE1'

red 188 ◦ green 188 ◦ blue 225

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

Shades of Lavender Grey #BCBCE1

Tints of Lavender Grey #BCBCE1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.28%

 BLUE value IS 225 (88.28% from 255) = 37.44%

R = 31.28%
G = 31.28%
B = 37.44%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCBCE1 (or 0xBCBCE1) is known color: Lavender Grey. HEX triplet: BC, BC and E1. RGB value is (188,188,225). Sum of RGB (Red+Green+Blue) = 188+188+225=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCBCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCE1 is #43431E. Grayscale: #C0C0C0. Windows color (decimal): -4408095 or 14793916. OLE color: 14793916.

HSL color Cylindrical-coordinate representation of color #BCBCE1: hue angle of 240º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCBCE1 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 188 225 -
CMYK 0.16 0.16 0 0.12
HSL 240º 0.38% 0.81% -
HSV(B) 240º 0.16% 0.88% -
XYZ 52.31 52.09 78.53 -
YUV 192.22 146.5 124.99 -
System Red Green Blue C M Y K H S L
Decimal 188 188 225 0.16 0.16 0 0.12 240 0.38 0.81
Hex BC BC E1 10 10 0 C F0 26 51
Octal 274 274 341 20 20 0 14 360 46 121
Binary 10111100 10111100 11100001 10000 10000 0 1100 11110000 100110 1010001

Color Harmonies of #BCBCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBCE1

Black with #BCBCE1

Text Example


Text Example

White with #BCBCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBCE1; }

 p { color: rgb(188,188,225); }

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

background-color css

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

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

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

border-color css

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

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

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