Html Css Color HEX #BCA2B2 Lily

📋 copy color: '#BCA2B2'

red 188 ◦ green 162 ◦ blue 178

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

Shades of Lily #BCA2B2

Tints of Lily #BCA2B2

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.68%

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

R = 35.61%
G = 30.68%
B = 33.71%

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

#BCA2B2 (or 0xBCA2B2) is known color: Lily. HEX triplet: BC, A2 and B2. RGB value is (188,162,178). Sum of RGB (Red+Green+Blue) = 188+162+178=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA2B2 is #435D4D. Grayscale: #ABABAB. Windows color (decimal): -4414798 or 11707068. OLE color: 11707068.

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

Color convert

RGB 188 162 178 -
CMYK 0 0.14 0.05 0.26
HSL 323.08º 0.16% 0.69% -
HSV(B) 323.08º 0.14% 0.74% -
XYZ 41.7 39.75 47.59 -
YUV 171.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 188 162 178 0 0.14 0.05 0.26 323.08 0.16 0.69
Hex BC A2 B2 0 E 5 1A 143 10 45
Octal 274 242 262 0 16 5 32 503 20 105
Binary 10111100 10100010 10110010 0 1110 101 11010 101000011 10000 1000101

Color Harmonies of #BCA2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA2B2

Black with #BCA2B2

Text Example


Text Example

White with #BCA2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA2B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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