Html Css Color HEX #BCAEB3 Lily

📋 copy color: '#BCAEB3'

red 188 ◦ green 174 ◦ blue 179

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

Shades of Lily #BCAEB3

Tints of Lily #BCAEB3

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.16%

 BLUE value IS 179 (70.31% from 255) = 33.09%

R = 34.75%
G = 32.16%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BCAEB3 (or 0xBCAEB3) is known color: Lily. HEX triplet: BC, AE and B3. RGB value is (188,174,179). Sum of RGB (Red+Green+Blue) = 188+174+179=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEB3 is #43514C. Grayscale: #B2B2B2. Windows color (decimal): -4411725 or 11775676. OLE color: 11775676.

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

Color convert

RGB 188 174 179 -
CMYK 0 0.07 0.05 0.26
HSL 338.57º 0.09% 0.71% -
HSV(B) 338.57º 0.07% 0.74% -
XYZ 44.01 44.22 48.86 -
YUV 178.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 188 174 179 0 0.07 0.05 0.26 338.57 0.09 0.71
Hex BC AE B3 0 7 5 1A 153 9 47
Octal 274 256 263 0 7 5 32 523 11 107
Binary 10111100 10101110 10110011 0 111 101 11010 101010011 1001 1000111

Color Harmonies of #BCAEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAEB3

Black with #BCAEB3

Text Example


Text Example

White with #BCAEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAEB3; }

 p { color: rgb(188,174,179); }

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

background-color css

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

 a { background-color: rgb(188,174,179); }

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

border-color css

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

 span { border-color: rgb(188,174,179); }

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