Html Css Color HEX #B3A8CE Biloba Flower

📋 copy color: '#B3A8CE'

red 179 ◦ green 168 ◦ blue 206

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

Shades of Biloba Flower #B3A8CE

Tints of Biloba Flower #B3A8CE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.38%

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

R = 32.37%
G = 30.38%
B = 37.25%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B3A8CE (or 0xB3A8CE) is known color: Biloba Flower. HEX triplet: B3, A8 and CE. RGB value is (179,168,206). Sum of RGB (Red+Green+Blue) = 179+168+206=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 168 (66.02% from 255 or 30.38% 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 #B3A8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A8CE is #4C5731. Grayscale: #AFAFAF. Windows color (decimal): -5003058 or 13543603. OLE color: 13543603.

HSL color Cylindrical-coordinate representation of color #B3A8CE: hue angle of 257.37º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3A8CE is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 168 206 -
CMYK 0.13 0.18 0 0.19
HSL 257.37º 0.28% 0.73% -
HSV(B) 257.37º 0.18% 0.81% -
XYZ 43.73 42.05 64.2 -
YUV 175.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 179 168 206 0.13 0.18 0 0.19 257.37 0.28 0.73
Hex B3 A8 CE D 12 0 13 101 1C 49
Octal 263 250 316 15 22 0 23 401 34 111
Binary 10110011 10101000 11001110 1101 10010 0 10011 100000001 11100 1001001

Color Harmonies of #B3A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A8CE

Black with #B3A8CE

Text Example


Text Example

White with #B3A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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