Html Css Color HEX #BC90B0 Lily

📋 copy color: '#BC90B0'

red 188 ◦ green 144 ◦ blue 176

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

Shades of Lily #BC90B0

Tints of Lily #BC90B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.65%

R = 37.01%
G = 28.35%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC90B0 (or 0xBC90B0) is known color: Lily. HEX triplet: BC, 90 and B0. RGB value is (188,144,176). Sum of RGB (Red+Green+Blue) = 188+144+176=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BC90B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC90B0 is #436F4F. Grayscale: #A0A0A0. Windows color (decimal): -4419408 or 11571388. OLE color: 11571388.

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

Color convert

RGB 188 144 176 -
CMYK 0 0.23 0.06 0.26
HSL 316.36º 0.25% 0.65% -
HSV(B) 316.36º 0.23% 0.74% -
XYZ 38.55 33.77 45.56 -
YUV 160.8 136.58 147.4 -
System Red Green Blue C M Y K H S L
Decimal 188 144 176 0 0.23 0.06 0.26 316.36 0.25 0.65
Hex BC 90 B0 0 17 6 1A 13C 19 41
Octal 274 220 260 0 27 6 32 474 31 101
Binary 10111100 10010000 10110000 0 10111 110 11010 100111100 11001 1000001

Color Harmonies of #BC90B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90B0

Black with #BC90B0

Text Example


Text Example

White with #BC90B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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