Html Css Color HEX #BCAEB4 Lily

📋 copy color: '#BCAEB4'

red 188 ◦ green 174 ◦ blue 180

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

Shades of Lily #BCAEB4

Tints of Lily #BCAEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.21%

R = 34.69%
G = 32.1%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BCAEB4 (or 0xBCAEB4) is known color: Lily. HEX triplet: BC, AE and B4. RGB value is (188,174,180). Sum of RGB (Red+Green+Blue) = 188+174+180=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEB4 is #43514B. Grayscale: #B2B2B2. Windows color (decimal): -4411724 or 11841212. OLE color: 11841212.

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

Color convert

RGB 188 174 180 -
CMYK 0 0.07 0.04 0.26
HSL 334.29º 0.09% 0.71% -
HSV(B) 334.29º 0.07% 0.74% -
XYZ 44.11 44.26 49.4 -
YUV 178.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 188 174 180 0 0.07 0.04 0.26 334.29 0.09 0.71
Hex BC AE B4 0 7 4 1A 14E 9 47
Octal 274 256 264 0 7 4 32 516 11 107
Binary 10111100 10101110 10110100 0 111 100 11010 101001110 1001 1000111

Color Harmonies of #BCAEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAEB4

Black with #BCAEB4

Text Example


Text Example

White with #BCAEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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