Html Css Color HEX #BDAFB6 Lily

📋 copy color: '#BDAFB6'

red 189 ◦ green 175 ◦ blue 182

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

Shades of Lily #BDAFB6

Tints of Lily #BDAFB6

RGB

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

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

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

R = 34.62%
G = 32.05%
B = 33.33%

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

#BDAFB6 (or 0xBDAFB6) is known color: Lily. HEX triplet: BD, AF and B6. RGB value is (189,175,182). Sum of RGB (Red+Green+Blue) = 189+175+182=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFB6 is #425049. Grayscale: #B3B3B3. Windows color (decimal): -4345930 or 11972541. OLE color: 11972541.

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

Color convert

RGB 189 175 182 -
CMYK 0 0.07 0.04 0.26
HSL 330º 0.1% 0.71% -
HSV(B) 330º 0.07% 0.74% -
XYZ 44.76 44.86 50.55 -
YUV 179.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 189 175 182 0 0.07 0.04 0.26 330 0.1 0.71
Hex BD AF B6 0 7 4 1A 14A A 47
Octal 275 257 266 0 7 4 32 512 12 107
Binary 10111101 10101111 10110110 0 111 100 11010 101001010 1010 1000111

Color Harmonies of #BDAFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFB6

Black with #BDAFB6

Text Example


Text Example

White with #BDAFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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