Html Css Color HEX #BCBBE5 Lavender Grey

📋 copy color: '#BCBBE5'

red 188 ◦ green 187 ◦ blue 229

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

Shades of Lavender Grey #BCBBE5

Tints of Lavender Grey #BCBBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.91%

R = 31.13%
G = 30.96%
B = 37.91%

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

#BCBBE5 (or 0xBCBBE5) is known color: Lavender Grey. HEX triplet: BC, BB and E5. RGB value is (188,187,229). Sum of RGB (Red+Green+Blue) = 188+187+229=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCBBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBE5 is #43441A. Grayscale: #BFBFBF. Windows color (decimal): -4408347 or 15055804. OLE color: 15055804.

HSL color Cylindrical-coordinate representation of color #BCBBE5: hue angle of 241.43º degrees, saturation: 0.45, 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 #BCBBE5 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 187 229 -
CMYK 0.18 0.18 0 0.10
HSL 241.43º 0.45% 0.82% -
HSV(B) 241.43º 0.18% 0.9% -
XYZ 52.65 51.89 81.37 -
YUV 192.09 148.83 125.08 -
System Red Green Blue C M Y K H S L
Decimal 188 187 229 0.18 0.18 0 0.10 241.43 0.45 0.82
Hex BC BB E5 12 12 0 A F1 2D 52
Octal 274 273 345 22 22 0 12 361 55 122
Binary 10111100 10111011 11100101 10010 10010 0 1010 11110001 101101 1010010

Color Harmonies of #BCBBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBE5

Black with #BCBBE5

Text Example


Text Example

White with #BCBBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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