Html Css Color HEX #BCA1B3 Lily

📋 copy color: '#BCA1B3'

red 188 ◦ green 161 ◦ blue 179

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

Shades of Lily #BCA1B3

Tints of Lily #BCA1B3

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.49%

 BLUE value IS 179 (70.31% from 255) = 33.9%

R = 35.61%
G = 30.49%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BCA1B3 (or 0xBCA1B3) is known color: Lily. HEX triplet: BC, A1 and B3. RGB value is (188,161,179). Sum of RGB (Red+Green+Blue) = 188+161+179=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1B3 is #435E4C. Grayscale: #ABABAB. Windows color (decimal): -4415053 or 11772348. OLE color: 11772348.

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

Color convert

RGB 188 161 179 -
CMYK 0 0.14 0.05 0.26
HSL 320º 0.17% 0.68% -
HSV(B) 320º 0.14% 0.74% -
XYZ 41.62 39.44 48.07 -
YUV 171.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 188 161 179 0 0.14 0.05 0.26 320 0.17 0.68
Hex BC A1 B3 0 E 5 1A 140 11 44
Octal 274 241 263 0 16 5 32 500 21 104
Binary 10111100 10100001 10110011 0 1110 101 11010 101000000 10001 1000100

Color Harmonies of #BCA1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA1B3

Black with #BCA1B3

Text Example


Text Example

White with #BCA1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA1B3; }

 p { color: rgb(188,161,179); }

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

background-color css

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

 a { background-color: rgb(188,161,179); }

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

border-color css

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

 span { border-color: rgb(188,161,179); }

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