Html Css Color HEX #B3A7D0 Biloba Flower

📋 copy color: '#B3A7D0'

red 179 ◦ green 167 ◦ blue 208

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

Shades of Biloba Flower #B3A7D0

Tints of Biloba Flower #B3A7D0

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.14%

 BLUE value IS 208 (81.64% from 255) = 37.55%

R = 32.31%
G = 30.14%
B = 37.55%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B3A7D0 (or 0xB3A7D0) is known color: Biloba Flower. HEX triplet: B3, A7 and D0. RGB value is (179,167,208). Sum of RGB (Red+Green+Blue) = 179+167+208=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 208 - color contains mainly: blue. Hex color #B3A7D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A7D0 is #4C582F. Grayscale: #AFAFAF. Windows color (decimal): -5003312 or 13674419. OLE color: 13674419.

HSL color Cylindrical-coordinate representation of color #B3A7D0: hue angle of 257.56º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3A7D0 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 179 167 208 -
CMYK 0.14 0.20 0 0.18
HSL 257.56º 0.3% 0.74% -
HSV(B) 257.56º 0.2% 0.82% -
XYZ 43.79 41.78 65.43 -
YUV 175.26 146.48 130.67 -
System Red Green Blue C M Y K H S L
Decimal 179 167 208 0.14 0.20 0 0.18 257.56 0.3 0.74
Hex B3 A7 D0 E 14 0 12 102 1E 4A
Octal 263 247 320 16 24 0 22 402 36 112
Binary 10110011 10100111 11010000 1110 10100 0 10010 100000010 11110 1001010

Color Harmonies of #B3A7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A7D0

Black with #B3A7D0

Text Example


Text Example

White with #B3A7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A7D0; }

 p { color: rgb(179,167,208); }

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

background-color css

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

 a { background-color: rgb(179,167,208); }

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

border-color css

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

 span { border-color: rgb(179,167,208); }

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