Html Css Color HEX #BCACB6 Lily

📋 copy color: '#BCACB6'

red 188 ◦ green 172 ◦ blue 182

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

Shades of Lily #BCACB6

Tints of Lily #BCACB6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.73%

 BLUE value IS 182 (71.48% from 255) = 33.58%

R = 34.69%
G = 31.73%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BCACB6 (or 0xBCACB6) is known color: Lily. HEX triplet: BC, AC and B6. RGB value is (188,172,182). Sum of RGB (Red+Green+Blue) = 188+172+182=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACB6 is #435349. Grayscale: #B1B1B1. Windows color (decimal): -4412234 or 11971772. OLE color: 11971772.

HSL color Cylindrical-coordinate representation of color #BCACB6: hue angle of 322.5º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCACB6 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 172 182 -
CMYK 0 0.09 0.03 0.26
HSL 322.5º 0.11% 0.71% -
HSV(B) 322.5º 0.09% 0.74% -
XYZ 43.94 43.57 50.35 -
YUV 177.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 188 172 182 0 0.09 0.03 0.26 322.5 0.11 0.71
Hex BC AC B6 0 9 3 1A 142 B 47
Octal 274 254 266 0 11 3 32 502 13 107
Binary 10111100 10101100 10110110 0 1001 11 11010 101000010 1011 1000111

Color Harmonies of #BCACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACB6

Black with #BCACB6

Text Example


Text Example

White with #BCACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACB6; }

 p { color: rgb(188,172,182); }

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

background-color css

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

 a { background-color: rgb(188,172,182); }

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

border-color css

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

 span { border-color: rgb(188,172,182); }

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