Html Css Color HEX #B49DCC Biloba Flower

📋 copy color: '#B49DCC'

red 180 ◦ green 157 ◦ blue 204

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

Shades of Biloba Flower #B49DCC

Tints of Biloba Flower #B49DCC

RGB

 RED value IS 180 (70.7% from 255) = 33.27%

 GREEN value IS 157 (61.72% from 255) = 29.02%

 BLUE value IS 204 (80.08% from 255) = 37.71%

R = 33.27%
G = 29.02%
B = 37.71%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B49DCC (or 0xB49DCC) is known color: Biloba Flower. HEX triplet: B4, 9D and CC. RGB value is (180,157,204). Sum of RGB (Red+Green+Blue) = 180+157+204=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #B49DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DCC is #4B6233. Grayscale: #A9A9A9. Windows color (decimal): -4940340 or 13409716. OLE color: 13409716.

HSL color Cylindrical-coordinate representation of color #B49DCC: hue angle of 269.36º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B49DCC is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 157 204 -
CMYK 0.12 0.23 0 0.2
HSL 269.36º 0.32% 0.71% -
HSV(B) 269.36º 0.23% 0.8% -
XYZ 41.78 38.18 62.29 -
YUV 169.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 180 157 204 0.12 0.23 0 0.2 269.36 0.32 0.71
Hex B4 9D CC C 17 0 14 10D 20 47
Octal 264 235 314 14 27 0 24 415 40 107
Binary 10110100 10011101 11001100 1100 10111 0 10100 100001101 100000 1000111

Color Harmonies of #B49DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DCC

Black with #B49DCC

Text Example


Text Example

White with #B49DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DCC; }

 p { color: rgb(180,157,204); }

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

background-color css

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

 a { background-color: rgb(180,157,204); }

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

border-color css

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

 span { border-color: rgb(180,157,204); }

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