Html Css Color HEX #BDAEB2 Lily

📋 copy color: '#BDAEB2'

red 189 ◦ green 174 ◦ blue 178

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

Shades of Lily #BDAEB2

Tints of Lily #BDAEB2

RGB

 RED value IS 189 (74.22% from 255) = 34.94%

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

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

R = 34.94%
G = 32.16%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BDAEB2 (or 0xBDAEB2) is known color: Lily. HEX triplet: BD, AE and B2. RGB value is (189,174,178). Sum of RGB (Red+Green+Blue) = 189+174+178=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEB2 is #42514D. Grayscale: #B2B2B2. Windows color (decimal): -4346190 or 11710141. OLE color: 11710141.

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

Color convert

RGB 189 174 178 -
CMYK 0 0.08 0.06 0.26
HSL 344º 0.1% 0.71% -
HSV(B) 344º 0.08% 0.74% -
XYZ 44.16 44.31 48.34 -
YUV 178.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 189 174 178 0 0.08 0.06 0.26 344 0.1 0.71
Hex BD AE B2 0 8 6 1A 158 A 47
Octal 275 256 262 0 10 6 32 530 12 107
Binary 10111101 10101110 10110010 0 1000 110 11010 101011000 1010 1000111

Color Harmonies of #BDAEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEB2

Black with #BDAEB2

Text Example


Text Example

White with #BDAEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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