Html Css Color HEX #BDAFB4 Lily

📋 copy color: '#BDAFB4'

red 189 ◦ green 175 ◦ blue 180

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

Shades of Lily #BDAFB4

Tints of Lily #BDAFB4

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.17%

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

R = 34.74%
G = 32.17%
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

#BDAFB4 (or 0xBDAFB4) is known color: Lily. HEX triplet: BD, AF and B4. RGB value is (189,175,180). Sum of RGB (Red+Green+Blue) = 189+175+180=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFB4 is #42504B. Grayscale: #B3B3B3. Windows color (decimal): -4345932 or 11841469. OLE color: 11841469.

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

Color convert

RGB 189 175 180 -
CMYK 0 0.07 0.05 0.26
HSL 338.57º 0.1% 0.71% -
HSV(B) 338.57º 0.07% 0.74% -
XYZ 44.55 44.77 49.47 -
YUV 179.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 189 175 180 0 0.07 0.05 0.26 338.57 0.1 0.71
Hex BD AF B4 0 7 5 1A 153 A 47
Octal 275 257 264 0 7 5 32 523 12 107
Binary 10111101 10101111 10110100 0 111 101 11010 101010011 1010 1000111

Color Harmonies of #BDAFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFB4

Black with #BDAFB4

Text Example


Text Example

White with #BDAFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFB4; }

 p { color: rgb(189,175,180); }

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

background-color css

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

 a { background-color: rgb(189,175,180); }

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

border-color css

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

 span { border-color: rgb(189,175,180); }

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