Html Css Color HEX #BCA8B4 Lily

📋 copy color: '#BCA8B4'

red 188 ◦ green 168 ◦ blue 180

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

Shades of Lily #BCA8B4

Tints of Lily #BCA8B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.58%

R = 35.07%
G = 31.34%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BCA8B4 (or 0xBCA8B4) is known color: Lily. HEX triplet: BC, A8 and B4. RGB value is (188,168,180). Sum of RGB (Red+Green+Blue) = 188+168+180=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA8B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8B4 is #43574B. Grayscale: #AFAFAF. Windows color (decimal): -4413260 or 11839676. OLE color: 11839676.

HSL color Cylindrical-coordinate representation of color #BCA8B4: hue angle of 324º 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 #BCA8B4 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 168 180 -
CMYK 0 0.11 0.04 0.26
HSL 324º 0.13% 0.7% -
HSV(B) 324º 0.11% 0.74% -
XYZ 42.98 41.99 49.02 -
YUV 175.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 188 168 180 0 0.11 0.04 0.26 324 0.13 0.7
Hex BC A8 B4 0 B 4 1A 144 D 46
Octal 274 250 264 0 13 4 32 504 15 106
Binary 10111100 10101000 10110100 0 1011 100 11010 101000100 1101 1000110

Color Harmonies of #BCA8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA8B4

Black with #BCA8B4

Text Example


Text Example

White with #BCA8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA8B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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