Html Css Color HEX #BCBBD8 Lavender Grey

📋 copy color: '#BCBBD8'

red 188 ◦ green 187 ◦ blue 216

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

Shades of Lavender Grey #BCBBD8

Tints of Lavender Grey #BCBBD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.55%

R = 31.81%
G = 31.64%
B = 36.55%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCBBD8 (or 0xBCBBD8) is known color: Lavender Grey. HEX triplet: BC, BB and D8. RGB value is (188,187,216). Sum of RGB (Red+Green+Blue) = 188+187+216=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCBBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBD8 is #434427. Grayscale: #BEBEBE. Windows color (decimal): -4408360 or 14203836. OLE color: 14203836.

HSL color Cylindrical-coordinate representation of color #BCBBD8: hue angle of 242.07º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCBBD8 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 187 216 -
CMYK 0.13 0.13 0 0.15
HSL 242.07º 0.27% 0.79% -
HSV(B) 242.07º 0.13% 0.85% -
XYZ 50.9 51.19 72.16 -
YUV 190.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 188 187 216 0.13 0.13 0 0.15 242.07 0.27 0.79
Hex BC BB D8 D D 0 F F2 1B 4F
Octal 274 273 330 15 15 0 17 362 33 117
Binary 10111100 10111011 11011000 1101 1101 0 1111 11110010 11011 1001111

Color Harmonies of #BCBBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBD8

Black with #BCBBD8

Text Example


Text Example

White with #BCBBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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