Html Css Color HEX #B7A4CE Biloba Flower

📋 copy color: '#B7A4CE'

red 183 ◦ green 164 ◦ blue 206

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

Shades of Biloba Flower #B7A4CE

Tints of Biloba Flower #B7A4CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.25%

R = 33.09%
G = 29.66%
B = 37.25%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B7A4CE (or 0xB7A4CE) is known color: Biloba Flower. HEX triplet: B7, A4 and CE. RGB value is (183,164,206). Sum of RGB (Red+Green+Blue) = 183+164+206=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7A4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A4CE is #485B31. Grayscale: #AEAEAE. Windows color (decimal): -4741938 or 13542583. OLE color: 13542583.

HSL color Cylindrical-coordinate representation of color #B7A4CE: hue angle of 267.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7A4CE is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 164 206 -
CMYK 0.11 0.20 0 0.19
HSL 267.14º 0.3% 0.73% -
HSV(B) 267.14º 0.2% 0.81% -
XYZ 43.94 41.07 64 -
YUV 174.47 145.79 134.08 -
System Red Green Blue C M Y K H S L
Decimal 183 164 206 0.11 0.20 0 0.19 267.14 0.3 0.73
Hex B7 A4 CE B 14 0 13 10B 1E 49
Octal 267 244 316 13 24 0 23 413 36 111
Binary 10110111 10100100 11001110 1011 10100 0 10011 100001011 11110 1001001

Color Harmonies of #B7A4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A4CE

Black with #B7A4CE

Text Example


Text Example

White with #B7A4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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