Html Css Color HEX #BCBBD3 Lavender Grey

📋 copy color: '#BCBBD3'

red 188 ◦ green 187 ◦ blue 211

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

Shades of Lavender Grey #BCBBD3

Tints of Lavender Grey #BCBBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.01%

R = 32.08%
G = 31.91%
B = 36.01%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BCBBD3 (or 0xBCBBD3) is known color: Lavender Grey. HEX triplet: BC, BB and D3. RGB value is (188,187,211). Sum of RGB (Red+Green+Blue) = 188+187+211=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCBBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBD3 is #43442C. Grayscale: #BDBDBD. Windows color (decimal): -4408365 or 13876156. OLE color: 13876156.

HSL color Cylindrical-coordinate representation of color #BCBBD3: hue angle of 242.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCBBD3 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 187 211 -
CMYK 0.11 0.11 0 0.17
HSL 242.5º 0.21% 0.78% -
HSV(B) 242.5º 0.11% 0.83% -
XYZ 50.27 50.94 68.81 -
YUV 190.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 188 187 211 0.11 0.11 0 0.17 242.5 0.21 0.78
Hex BC BB D3 B B 0 11 F2 15 4E
Octal 274 273 323 13 13 0 21 362 25 116
Binary 10111100 10111011 11010011 1011 1011 0 10001 11110010 10101 1001110

Color Harmonies of #BCBBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBD3

Black with #BCBBD3

Text Example


Text Example

White with #BCBBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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