Html Css Color HEX #BCBBD1 Lavender Grey

📋 copy color: '#BCBBD1'

red 188 ◦ green 187 ◦ blue 209

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

Shades of Lavender Grey #BCBBD1

Tints of Lavender Grey #BCBBD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.79%

R = 32.19%
G = 32.02%
B = 35.79%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BCBBD1 (or 0xBCBBD1) is known color: Lavender Grey. HEX triplet: BC, BB and D1. RGB value is (188,187,209). Sum of RGB (Red+Green+Blue) = 188+187+209=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCBBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBD1 is #43442E. Grayscale: #BDBDBD. Windows color (decimal): -4408367 or 13745084. OLE color: 13745084.

HSL color Cylindrical-coordinate representation of color #BCBBD1: hue angle of 242.73º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCBBD1 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 187 209 -
CMYK 0.10 0.11 0 0.18
HSL 242.73º 0.19% 0.78% -
HSV(B) 242.73º 0.11% 0.82% -
XYZ 50.02 50.84 67.5 -
YUV 189.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 188 187 209 0.10 0.11 0 0.18 242.73 0.19 0.78
Hex BC BB D1 A B 0 12 F3 13 4E
Octal 274 273 321 12 13 0 22 363 23 116
Binary 10111100 10111011 11010001 1010 1011 0 10010 11110011 10011 1001110

Color Harmonies of #BCBBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBD1

Black with #BCBBD1

Text Example


Text Example

White with #BCBBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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