Html Css Color HEX #B7A3CE Biloba Flower

📋 copy color: '#B7A3CE'

red 183 ◦ green 163 ◦ blue 206

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

Shades of Biloba Flower #B7A3CE

Tints of Biloba Flower #B7A3CE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.53%

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

R = 33.15%
G = 29.53%
B = 37.32%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B7A3CE (or 0xB7A3CE) is known color: Biloba Flower. HEX triplet: B7, A3 and CE. RGB value is (183,163,206). Sum of RGB (Red+Green+Blue) = 183+163+206=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 163 (64.06% from 255 or 29.53% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7A3CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A3CE is #485C31. Grayscale: #ADADAD. Windows color (decimal): -4742194 or 13542327. OLE color: 13542327.

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

Color convert

RGB 183 163 206 -
CMYK 0.11 0.21 0 0.19
HSL 267.91º 0.3% 0.72% -
HSV(B) 267.91º 0.21% 0.81% -
XYZ 43.77 40.72 63.95 -
YUV 173.88 146.13 134.5 -
System Red Green Blue C M Y K H S L
Decimal 183 163 206 0.11 0.21 0 0.19 267.91 0.3 0.72
Hex B7 A3 CE B 15 0 13 10C 1E 48
Octal 267 243 316 13 25 0 23 414 36 110
Binary 10110111 10100011 11001110 1011 10101 0 10011 100001100 11110 1001000

Color Harmonies of #B7A3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A3CE

Black with #B7A3CE

Text Example


Text Example

White with #B7A3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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