Html Css Color HEX #BCBCE6 Lavender Grey

📋 copy color: '#BCBCE6'

red 188 ◦ green 188 ◦ blue 230

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

Shades of Lavender Grey #BCBCE6

Tints of Lavender Grey #BCBCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.95%

R = 31.02%
G = 31.02%
B = 37.95%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCBCE6 (or 0xBCBCE6) is known color: Lavender Grey. HEX triplet: BC, BC and E6. RGB value is (188,188,230). Sum of RGB (Red+Green+Blue) = 188+188+230=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCBCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBCE6 is #434319. Grayscale: #C0C0C0. Windows color (decimal): -4408090 or 15121596. OLE color: 15121596.

HSL color Cylindrical-coordinate representation of color #BCBCE6: hue angle of 240º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCBCE6 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 188 230 -
CMYK 0.18 0.18 0 0.10
HSL 240º 0.46% 0.82% -
HSV(B) 240º 0.18% 0.9% -
XYZ 53.01 52.37 82.18 -
YUV 192.79 149 124.58 -
System Red Green Blue C M Y K H S L
Decimal 188 188 230 0.18 0.18 0 0.10 240 0.46 0.82
Hex BC BC E6 12 12 0 A F0 2E 52
Octal 274 274 346 22 22 0 12 360 56 122
Binary 10111100 10111100 11100110 10010 10010 0 1010 11110000 101110 1010010

Color Harmonies of #BCBCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBCE6

Black with #BCBCE6

Text Example


Text Example

White with #BCBCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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