Html Css Color HEX #BDAEB6 Lily

📋 copy color: '#BDAEB6'

red 189 ◦ green 174 ◦ blue 182

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

Shades of Lily #BDAEB6

Tints of Lily #BDAEB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.39%

R = 34.68%
G = 31.93%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BDAEB6 (or 0xBDAEB6) is known color: Lily. HEX triplet: BD, AE and B6. RGB value is (189,174,182). Sum of RGB (Red+Green+Blue) = 189+174+182=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEB6 is #425149. Grayscale: #B3B3B3. Windows color (decimal): -4346186 or 11972285. OLE color: 11972285.

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

Color convert

RGB 189 174 182 -
CMYK 0 0.08 0.04 0.26
HSL 328º 0.1% 0.71% -
HSV(B) 328º 0.08% 0.74% -
XYZ 44.57 44.47 50.49 -
YUV 179.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 189 174 182 0 0.08 0.04 0.26 328 0.1 0.71
Hex BD AE B6 0 8 4 1A 148 A 47
Octal 275 256 266 0 10 4 32 510 12 107
Binary 10111101 10101110 10110110 0 1000 100 11010 101001000 1010 1000111

Color Harmonies of #BDAEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEB6

Black with #BDAEB6

Text Example


Text Example

White with #BDAEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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