Html Css Color HEX #BCB9DA Lavender Grey

📋 copy color: '#BCB9DA'

red 188 ◦ green 185 ◦ blue 218

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

Shades of Lavender Grey #BCB9DA

Tints of Lavender Grey #BCB9DA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.3%

 BLUE value IS 218 (85.55% from 255) = 36.89%

R = 31.81%
G = 31.3%
B = 36.89%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCB9DA (or 0xBCB9DA) is known color: Lavender Grey. HEX triplet: BC, B9 and DA. RGB value is (188,185,218). Sum of RGB (Red+Green+Blue) = 188+185+218=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCB9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9DA is #434625. Grayscale: #BDBDBD. Windows color (decimal): -4408870 or 14334396. OLE color: 14334396.

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

Color convert

RGB 188 185 218 -
CMYK 0.14 0.15 0 0.15
HSL 245.45º 0.31% 0.79% -
HSV(B) 245.45º 0.15% 0.85% -
XYZ 50.74 50.45 73.39 -
YUV 189.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 188 185 218 0.14 0.15 0 0.15 245.45 0.31 0.79
Hex BC B9 DA E F 0 F F5 1F 4F
Octal 274 271 332 16 17 0 17 365 37 117
Binary 10111100 10111001 11011010 1110 1111 0 1111 11110101 11111 1001111

Color Harmonies of #BCB9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9DA

Black with #BCB9DA

Text Example


Text Example

White with #BCB9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9DA; }

 p { color: rgb(188,185,218); }

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

background-color css

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

 a { background-color: rgb(188,185,218); }

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

border-color css

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

 span { border-color: rgb(188,185,218); }

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