Html Css Color HEX #B7A4DC Biloba Flower

📋 copy color: '#B7A4DC'

red 183 ◦ green 164 ◦ blue 220

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

Shades of Biloba Flower #B7A4DC

Tints of Biloba Flower #B7A4DC

RGB

 RED value IS 183 (71.88% from 255) = 32.28%

 GREEN value IS 164 (64.45% from 255) = 28.92%

 BLUE value IS 220 (86.33% from 255) = 38.8%

R = 32.28%
G = 28.92%
B = 38.8%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B7A4DC (or 0xB7A4DC) is known color: Biloba Flower. HEX triplet: B7, A4 and DC. RGB value is (183,164,220). Sum of RGB (Red+Green+Blue) = 183+164+220=567 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.28% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7A4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A4DC is #485B23. Grayscale: #AFAFAF. Windows color (decimal): -4741924 or 14460087. OLE color: 14460087.

HSL color Cylindrical-coordinate representation of color #B7A4DC: hue angle of 260.36º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7A4DC is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 164 220 -
CMYK 0.17 0.25 0 0.14
HSL 260.36º 0.44% 0.75% -
HSV(B) 260.36º 0.25% 0.86% -
XYZ 45.72 41.79 73.37 -
YUV 176.07 152.79 132.95 -
System Red Green Blue C M Y K H S L
Decimal 183 164 220 0.17 0.25 0 0.14 260.36 0.44 0.75
Hex B7 A4 DC 11 19 0 E 104 2C 4B
Octal 267 244 334 21 31 0 16 404 54 113
Binary 10110111 10100100 11011100 10001 11001 0 1110 100000100 101100 1001011

Color Harmonies of #B7A4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A4DC

Black with #B7A4DC

Text Example


Text Example

White with #B7A4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A4DC; }

 p { color: rgb(183,164,220); }

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

background-color css

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

 a { background-color: rgb(183,164,220); }

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

border-color css

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

 span { border-color: rgb(183,164,220); }

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