Html Css Color HEX #BCB9EE Lavender Grey

📋 copy color: '#BCB9EE'

red 188 ◦ green 185 ◦ blue 238

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

Shades of Lavender Grey #BCB9EE

Tints of Lavender Grey #BCB9EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.95%

R = 30.77%
G = 30.28%
B = 38.95%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCB9EE (or 0xBCB9EE) is known color: Lavender Grey. HEX triplet: BC, B9 and EE. RGB value is (188,185,238). Sum of RGB (Red+Green+Blue) = 188+185+238=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCB9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB9EE is #434611. Grayscale: #BFBFBF. Windows color (decimal): -4408850 or 15645116. OLE color: 15645116.

HSL color Cylindrical-coordinate representation of color #BCB9EE: hue angle of 243.4º degrees, saturation: 0.61, 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 #BCB9EE is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 185 238 -
CMYK 0.21 0.22 0 0.07
HSL 243.4º 0.61% 0.83% -
HSV(B) 243.4º 0.22% 0.93% -
XYZ 53.52 51.56 88.02 -
YUV 191.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 188 185 238 0.21 0.22 0 0.07 243.4 0.61 0.83
Hex BC B9 EE 15 16 0 7 F3 3D 53
Octal 274 271 356 25 26 0 7 363 75 123
Binary 10111100 10111001 11101110 10101 10110 0 111 11110011 111101 1010011

Color Harmonies of #BCB9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9EE

Black with #BCB9EE

Text Example


Text Example

White with #BCB9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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