Html Css Color HEX #BCBBE1 Lavender Grey

📋 copy color: '#BCBBE1'

red 188 ◦ green 187 ◦ blue 225

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

Shades of Lavender Grey #BCBBE1

Tints of Lavender Grey #BCBBE1

RGB

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

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

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

R = 31.33%
G = 31.17%
B = 37.5%

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

#BCBBE1 (or 0xBCBBE1) is known color: Lavender Grey. HEX triplet: BC, BB and E1. RGB value is (188,187,225). Sum of RGB (Red+Green+Blue) = 188+187+225=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCBBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBE1 is #43441E. Grayscale: #BFBFBF. Windows color (decimal): -4408351 or 14793660. OLE color: 14793660.

HSL color Cylindrical-coordinate representation of color #BCBBE1: hue angle of 241.58º degrees, saturation: 0.39, 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 #BCBBE1 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 187 225 -
CMYK 0.16 0.17 0 0.12
HSL 241.58º 0.39% 0.81% -
HSV(B) 241.58º 0.17% 0.88% -
XYZ 52.1 51.67 78.46 -
YUV 191.63 146.83 125.41 -
System Red Green Blue C M Y K H S L
Decimal 188 187 225 0.16 0.17 0 0.12 241.58 0.39 0.81
Hex BC BB E1 10 11 0 C F2 27 51
Octal 274 273 341 20 21 0 14 362 47 121
Binary 10111100 10111011 11100001 10000 10001 0 1100 11110010 100111 1010001

Color Harmonies of #BCBBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBE1

Black with #BCBBE1

Text Example


Text Example

White with #BCBBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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