Html Css Color HEX #BCA4B2 Lily

📋 copy color: '#BCA4B2'

red 188 ◦ green 164 ◦ blue 178

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

Shades of Lily #BCA4B2

Tints of Lily #BCA4B2

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.94%

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

R = 35.47%
G = 30.94%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BCA4B2 (or 0xBCA4B2) is known color: Lily. HEX triplet: BC, A4 and B2. RGB value is (188,164,178). Sum of RGB (Red+Green+Blue) = 188+164+178=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA4B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA4B2 is #435B4D. Grayscale: #ACACAC. Windows color (decimal): -4414286 or 11707580. OLE color: 11707580.

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

Color convert

RGB 188 164 178 -
CMYK 0 0.13 0.05 0.26
HSL 325º 0.15% 0.69% -
HSV(B) 325º 0.13% 0.74% -
XYZ 42.05 40.46 47.71 -
YUV 172.77 130.95 138.86 -
System Red Green Blue C M Y K H S L
Decimal 188 164 178 0 0.13 0.05 0.26 325 0.15 0.69
Hex BC A4 B2 0 D 5 1A 145 F 45
Octal 274 244 262 0 15 5 32 505 17 105
Binary 10111100 10100100 10110010 0 1101 101 11010 101000101 1111 1000101

Color Harmonies of #BCA4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA4B2

Black with #BCA4B2

Text Example


Text Example

White with #BCA4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA4B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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