Html Css Color HEX #BCA0B2 Lily

📋 copy color: '#BCA0B2'

red 188 ◦ green 160 ◦ blue 178

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

Shades of Lily #BCA0B2

Tints of Lily #BCA0B2

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.42%

 BLUE value IS 178 (69.92% from 255) = 33.84%

R = 35.74%
G = 30.42%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BCA0B2 (or 0xBCA0B2) is known color: Lily. HEX triplet: BC, A0 and B2. RGB value is (188,160,178). Sum of RGB (Red+Green+Blue) = 188+160+178=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA0B2 is #435F4D. Grayscale: #AAAAAA. Windows color (decimal): -4415310 or 11706556. OLE color: 11706556.

HSL color Cylindrical-coordinate representation of color #BCA0B2: hue angle of 321.43º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCA0B2 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 160 178 -
CMYK 0 0.15 0.05 0.26
HSL 321.43º 0.17% 0.68% -
HSV(B) 321.43º 0.15% 0.74% -
XYZ 41.35 39.05 47.48 -
YUV 170.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 188 160 178 0 0.15 0.05 0.26 321.43 0.17 0.68
Hex BC A0 B2 0 F 5 1A 141 11 44
Octal 274 240 262 0 17 5 32 501 21 104
Binary 10111100 10100000 10110010 0 1111 101 11010 101000001 10001 1000100

Color Harmonies of #BCA0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA0B2

Black with #BCA0B2

Text Example


Text Example

White with #BCA0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA0B2; }

 p { color: rgb(188,160,178); }

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

background-color css

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

 a { background-color: rgb(188,160,178); }

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

border-color css

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

 span { border-color: rgb(188,160,178); }

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