Html Css Color HEX #B7A6CF Biloba Flower

📋 copy color: '#B7A6CF'

red 183 ◦ green 166 ◦ blue 207

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

Shades of Biloba Flower #B7A6CF

Tints of Biloba Flower #B7A6CF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.86%

 BLUE value IS 207 (81.25% from 255) = 37.23%

R = 32.91%
G = 29.86%
B = 37.23%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B7A6CF (or 0xB7A6CF) is known color: Biloba Flower. HEX triplet: B7, A6 and CF. RGB value is (183,166,207). Sum of RGB (Red+Green+Blue) = 183+166+207=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7A6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A6CF is #485930. Grayscale: #AFAFAF. Windows color (decimal): -4741425 or 13608631. OLE color: 13608631.

HSL color Cylindrical-coordinate representation of color #B7A6CF: hue angle of 264.88º 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 #B7A6CF is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 166 207 -
CMYK 0.12 0.20 0 0.19
HSL 264.88º 0.3% 0.73% -
HSV(B) 264.88º 0.2% 0.81% -
XYZ 44.43 41.84 64.77 -
YUV 175.76 145.63 133.17 -
System Red Green Blue C M Y K H S L
Decimal 183 166 207 0.12 0.20 0 0.19 264.88 0.3 0.73
Hex B7 A6 CF C 14 0 13 109 1E 49
Octal 267 246 317 14 24 0 23 411 36 111
Binary 10110111 10100110 11001111 1100 10100 0 10011 100001001 11110 1001001

Color Harmonies of #B7A6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A6CF

Black with #B7A6CF

Text Example


Text Example

White with #B7A6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A6CF; }

 p { color: rgb(183,166,207); }

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

background-color css

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

 a { background-color: rgb(183,166,207); }

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

border-color css

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

 span { border-color: rgb(183,166,207); }

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