Html Css Color HEX #BDAFB3 Lily

📋 copy color: '#BDAFB3'

red 189 ◦ green 175 ◦ blue 179

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

Shades of Lily #BDAFB3

Tints of Lily #BDAFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.97%

R = 34.81%
G = 32.23%
B = 32.97%

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

#BDAFB3 (or 0xBDAFB3) is known color: Lily. HEX triplet: BD, AF and B3. RGB value is (189,175,179). Sum of RGB (Red+Green+Blue) = 189+175+179=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 179 (70.31% from 255 or 32.97% from 543); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFB3 is #42504C. Grayscale: #B3B3B3. Windows color (decimal): -4345933 or 11775933. OLE color: 11775933.

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

Color convert

RGB 189 175 179 -
CMYK 0 0.07 0.05 0.26
HSL 342.86º 0.1% 0.71% -
HSV(B) 342.86º 0.07% 0.74% -
XYZ 44.45 44.73 48.94 -
YUV 179.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 189 175 179 0 0.07 0.05 0.26 342.86 0.1 0.71
Hex BD AF B3 0 7 5 1A 157 A 47
Octal 275 257 263 0 7 5 32 527 12 107
Binary 10111101 10101111 10110011 0 111 101 11010 101010111 1010 1000111

Color Harmonies of #BDAFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFB3

Black with #BDAFB3

Text Example


Text Example

White with #BDAFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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