Html Css Color HEX #BCBBE0 Lavender Grey

📋 copy color: '#BCBBE0'

red 188 ◦ green 187 ◦ blue 224

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

Shades of Lavender Grey #BCBBE0

Tints of Lavender Grey #BCBBE0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.22%

 BLUE value IS 224 (87.89% from 255) = 37.4%

R = 31.39%
G = 31.22%
B = 37.4%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCBBE0 (or 0xBCBBE0) is known color: Lavender Grey. HEX triplet: BC, BB and E0. RGB value is (188,187,224). Sum of RGB (Red+Green+Blue) = 188+187+224=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCBBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBE0 is #43441F. Grayscale: #BFBFBF. Windows color (decimal): -4408352 or 14728124. OLE color: 14728124.

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

Color convert

RGB 188 187 224 -
CMYK 0.16 0.17 0 0.12
HSL 241.62º 0.37% 0.81% -
HSV(B) 241.62º 0.17% 0.88% -
XYZ 51.96 51.61 77.74 -
YUV 191.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 188 187 224 0.16 0.17 0 0.12 241.62 0.37 0.81
Hex BC BB E0 10 11 0 C F2 25 51
Octal 274 273 340 20 21 0 14 362 45 121
Binary 10111100 10111011 11100000 10000 10001 0 1100 11110010 100101 1010001

Color Harmonies of #BCBBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBE0

Black with #BCBBE0

Text Example


Text Example

White with #BCBBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBE0; }

 p { color: rgb(188,187,224); }

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

background-color css

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

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

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

border-color css

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

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

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