Html Css Color HEX #BCB9EA Lavender Grey

📋 copy color: '#BCB9EA'

red 188 ◦ green 185 ◦ blue 234

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

Shades of Lavender Grey #BCB9EA

Tints of Lavender Grey #BCB9EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.55%

R = 30.97%
G = 30.48%
B = 38.55%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCB9EA (or 0xBCB9EA) is known color: Lavender Grey. HEX triplet: BC, B9 and EA. RGB value is (188,185,234). Sum of RGB (Red+Green+Blue) = 188+185+234=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCB9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB9EA is #434615. Grayscale: #BFBFBF. Windows color (decimal): -4408854 or 15382972. OLE color: 15382972.

HSL color Cylindrical-coordinate representation of color #BCB9EA: hue angle of 243.67º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCB9EA is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 185 234 -
CMYK 0.20 0.21 0 0.08
HSL 243.67º 0.54% 0.82% -
HSV(B) 243.67º 0.21% 0.92% -
XYZ 52.94 51.33 84.96 -
YUV 191.48 151.99 125.52 -
System Red Green Blue C M Y K H S L
Decimal 188 185 234 0.20 0.21 0 0.08 243.67 0.54 0.82
Hex BC B9 EA 14 15 0 8 F4 36 52
Octal 274 271 352 24 25 0 10 364 66 122
Binary 10111100 10111001 11101010 10100 10101 0 1000 11110100 110110 1010010

Color Harmonies of #BCB9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9EA

Black with #BCB9EA

Text Example


Text Example

White with #BCB9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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