Html Css Color HEX #BC90AF Lily

📋 copy color: '#BC90AF'

red 188 ◦ green 144 ◦ blue 175

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

Shades of Lily #BC90AF

Tints of Lily #BC90AF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.4%

 BLUE value IS 175 (68.75% from 255) = 34.52%

R = 37.08%
G = 28.4%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC90AF (or 0xBC90AF) is known color: Lily. HEX triplet: BC, 90 and AF. RGB value is (188,144,175). Sum of RGB (Red+Green+Blue) = 188+144+175=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BC90AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC90AF is #436F50. Grayscale: #A0A0A0. Windows color (decimal): -4419409 or 11505852. OLE color: 11505852.

HSL color Cylindrical-coordinate representation of color #BC90AF: hue angle of 317.73º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC90AF is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 144 175 -
CMYK 0 0.23 0.07 0.26
HSL 317.73º 0.25% 0.65% -
HSV(B) 317.73º 0.23% 0.74% -
XYZ 38.45 33.73 45.04 -
YUV 160.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 188 144 175 0 0.23 0.07 0.26 317.73 0.25 0.65
Hex BC 90 AF 0 17 7 1A 13E 19 41
Octal 274 220 257 0 27 7 32 476 31 101
Binary 10111100 10010000 10101111 0 10111 111 11010 100111110 11001 1000001

Color Harmonies of #BC90AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90AF

Black with #BC90AF

Text Example


Text Example

White with #BC90AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90AF; }

 p { color: rgb(188,144,175); }

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

background-color css

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

 a { background-color: rgb(188,144,175); }

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

border-color css

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

 span { border-color: rgb(188,144,175); }

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