Html Css Color HEX #BCA8B3 Lily

📋 copy color: '#BCA8B3'

red 188 ◦ green 168 ◦ blue 179

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

Shades of Lily #BCA8B3

Tints of Lily #BCA8B3

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.4%

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

R = 35.14%
G = 31.4%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BCA8B3 (or 0xBCA8B3) is known color: Lily. HEX triplet: BC, A8 and B3. RGB value is (188,168,179). Sum of RGB (Red+Green+Blue) = 188+168+179=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA8B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8B3 is #43574C. Grayscale: #AFAFAF. Windows color (decimal): -4413261 or 11774140. OLE color: 11774140.

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

Color convert

RGB 188 168 179 -
CMYK 0 0.11 0.05 0.26
HSL 327º 0.13% 0.7% -
HSV(B) 327º 0.11% 0.74% -
XYZ 42.88 41.95 48.49 -
YUV 175.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 188 168 179 0 0.11 0.05 0.26 327 0.13 0.7
Hex BC A8 B3 0 B 5 1A 147 D 46
Octal 274 250 263 0 13 5 32 507 15 106
Binary 10111100 10101000 10110011 0 1011 101 11010 101000111 1101 1000110

Color Harmonies of #BCA8B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA8B3

Black with #BCA8B3

Text Example


Text Example

White with #BCA8B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA8B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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