Html Css Color HEX #BCBCE7 Lavender Grey

📋 copy color: '#BCBCE7'

red 188 ◦ green 188 ◦ blue 231

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

Shades of Lavender Grey #BCBCE7

Tints of Lavender Grey #BCBCE7

RGB

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

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

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

R = 30.97%
G = 30.97%
B = 38.06%

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

#BCBCE7 (or 0xBCBCE7) is known color: Lavender Grey. HEX triplet: BC, BC and E7. RGB value is (188,188,231). Sum of RGB (Red+Green+Blue) = 188+188+231=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCBCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBCE7 is #434318. Grayscale: #C0C0C0. Windows color (decimal): -4408089 or 15187132. OLE color: 15187132.

HSL color Cylindrical-coordinate representation of color #BCBCE7: hue angle of 240º degrees, saturation: 0.47, 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 #BCBCE7 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 188 231 -
CMYK 0.19 0.19 0 0.09
HSL 240º 0.47% 0.82% -
HSV(B) 240º 0.19% 0.91% -
XYZ 53.15 52.43 82.92 -
YUV 192.9 149.5 124.5 -
System Red Green Blue C M Y K H S L
Decimal 188 188 231 0.19 0.19 0 0.09 240 0.47 0.82
Hex BC BC E7 13 13 0 9 F0 2F 52
Octal 274 274 347 23 23 0 11 360 57 122
Binary 10111100 10111100 11100111 10011 10011 0 1001 11110000 101111 1010010

Color Harmonies of #BCBCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBCE7

Black with #BCBCE7

Text Example


Text Example

White with #BCBCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBCE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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