Html Css Color HEX #BCB9E0 Lavender Grey

📋 copy color: '#BCB9E0'

red 188 ◦ green 185 ◦ blue 224

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

Shades of Lavender Grey #BCB9E0

Tints of Lavender Grey #BCB9E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.52%

R = 31.49%
G = 30.99%
B = 37.52%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCB9E0 (or 0xBCB9E0) is known color: Lavender Grey. HEX triplet: BC, B9 and E0. RGB value is (188,185,224). Sum of RGB (Red+Green+Blue) = 188+185+224=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCB9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9E0 is #43461F. Grayscale: #BEBEBE. Windows color (decimal): -4408864 or 14727612. OLE color: 14727612.

HSL color Cylindrical-coordinate representation of color #BCB9E0: hue angle of 244.62º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCB9E0 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 185 224 -
CMYK 0.16 0.17 0 0.12
HSL 244.62º 0.39% 0.8% -
HSV(B) 244.62º 0.17% 0.88% -
XYZ 51.54 50.77 77.6 -
YUV 190.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 188 185 224 0.16 0.17 0 0.12 244.62 0.39 0.8
Hex BC B9 E0 10 11 0 C F5 27 50
Octal 274 271 340 20 21 0 14 365 47 120
Binary 10111100 10111001 11100000 10000 10001 0 1100 11110101 100111 1010000

Color Harmonies of #BCB9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9E0

Black with #BCB9E0

Text Example


Text Example

White with #BCB9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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