Html Css Color HEX #BCAEB2 Lily

📋 copy color: '#BCAEB2'

red 188 ◦ green 174 ◦ blue 178

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

Shades of Lily #BCAEB2

Tints of Lily #BCAEB2

RGB

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

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

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

R = 34.81%
G = 32.22%
B = 32.96%

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

#BCAEB2 (or 0xBCAEB2) is known color: Lily. HEX triplet: BC, AE and B2. RGB value is (188,174,178). Sum of RGB (Red+Green+Blue) = 188+174+178=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAEB2 is #43514D. Grayscale: #B2B2B2. Windows color (decimal): -4411726 or 11710140. OLE color: 11710140.

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

Color convert

RGB 188 174 178 -
CMYK 0 0.07 0.05 0.26
HSL 342.86º 0.09% 0.71% -
HSV(B) 342.86º 0.07% 0.74% -
XYZ 43.91 44.18 48.33 -
YUV 178.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 188 174 178 0 0.07 0.05 0.26 342.86 0.09 0.71
Hex BC AE B2 0 7 5 1A 157 9 47
Octal 274 256 262 0 7 5 32 527 11 107
Binary 10111100 10101110 10110010 0 111 101 11010 101010111 1001 1000111

Color Harmonies of #BCAEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAEB2

Black with #BCAEB2

Text Example


Text Example

White with #BCAEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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