Html Css Color HEX #BCBBD5 Lavender Grey

📋 copy color: '#BCBBD5'

red 188 ◦ green 187 ◦ blue 213

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

Shades of Lavender Grey #BCBBD5

Tints of Lavender Grey #BCBBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.22%

R = 31.97%
G = 31.8%
B = 36.22%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCBBD5 (or 0xBCBBD5) is known color: Lavender Grey. HEX triplet: BC, BB and D5. RGB value is (188,187,213). Sum of RGB (Red+Green+Blue) = 188+187+213=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCBBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBD5 is #43442A. Grayscale: #BEBEBE. Windows color (decimal): -4408363 or 14007228. OLE color: 14007228.

HSL color Cylindrical-coordinate representation of color #BCBBD5: hue angle of 242.31º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCBBD5 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 187 213 -
CMYK 0.12 0.12 0 0.16
HSL 242.31º 0.24% 0.78% -
HSV(B) 242.31º 0.12% 0.84% -
XYZ 50.52 51.04 70.14 -
YUV 190.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 188 187 213 0.12 0.12 0 0.16 242.31 0.24 0.78
Hex BC BB D5 C C 0 10 F2 18 4E
Octal 274 273 325 14 14 0 20 362 30 116
Binary 10111100 10111011 11010101 1100 1100 0 10000 11110010 11000 1001110

Color Harmonies of #BCBBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBD5

Black with #BCBBD5

Text Example


Text Example

White with #BCBBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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