Html Css Color HEX #B3A4CE Biloba Flower

📋 copy color: '#B3A4CE'

red 179 ◦ green 164 ◦ blue 206

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

Shades of Biloba Flower #B3A4CE

Tints of Biloba Flower #B3A4CE

RGB

 RED value IS 179 (70.31% from 255) = 32.6%

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

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

R = 32.6%
G = 29.87%
B = 37.52%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B3A4CE (or 0xB3A4CE) is known color: Biloba Flower. HEX triplet: B3, A4 and CE. RGB value is (179,164,206). Sum of RGB (Red+Green+Blue) = 179+164+206=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #B3A4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A4CE is #4C5B31. Grayscale: #ADADAD. Windows color (decimal): -5004082 or 13542579. OLE color: 13542579.

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

Color convert

RGB 179 164 206 -
CMYK 0.13 0.20 0 0.19
HSL 261.43º 0.3% 0.73% -
HSV(B) 261.43º 0.2% 0.81% -
XYZ 43.01 40.59 63.96 -
YUV 173.27 146.47 132.08 -
System Red Green Blue C M Y K H S L
Decimal 179 164 206 0.13 0.20 0 0.19 261.43 0.3 0.73
Hex B3 A4 CE D 14 0 13 105 1E 49
Octal 263 244 316 15 24 0 23 405 36 111
Binary 10110011 10100100 11001110 1101 10100 0 10011 100000101 11110 1001001

Color Harmonies of #B3A4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A4CE

Black with #B3A4CE

Text Example


Text Example

White with #B3A4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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