Html Css Color HEX #BCB9EC Lavender Grey

📋 copy color: '#BCB9EC'

red 188 ◦ green 185 ◦ blue 236

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

Shades of Lavender Grey #BCB9EC

Tints of Lavender Grey #BCB9EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.75%

R = 30.87%
G = 30.38%
B = 38.75%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCB9EC (or 0xBCB9EC) is known color: Lavender Grey. HEX triplet: BC, B9 and EC. RGB value is (188,185,236). Sum of RGB (Red+Green+Blue) = 188+185+236=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCB9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB9EC is #434613. Grayscale: #BFBFBF. Windows color (decimal): -4408852 or 15514044. OLE color: 15514044.

HSL color Cylindrical-coordinate representation of color #BCB9EC: hue angle of 243.53º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCB9EC is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 185 236 -
CMYK 0.20 0.22 0 0.07
HSL 243.53º 0.57% 0.83% -
HSV(B) 243.53º 0.22% 0.93% -
XYZ 53.23 51.45 86.48 -
YUV 191.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 188 185 236 0.20 0.22 0 0.07 243.53 0.57 0.83
Hex BC B9 EC 14 16 0 7 F4 39 53
Octal 274 271 354 24 26 0 7 364 71 123
Binary 10111100 10111001 11101100 10100 10110 0 111 11110100 111001 1010011

Color Harmonies of #BCB9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9EC

Black with #BCB9EC

Text Example


Text Example

White with #BCB9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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