Html Css Color HEX #B3A5CE Biloba Flower

📋 copy color: '#B3A5CE'

red 179 ◦ green 165 ◦ blue 206

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

Shades of Biloba Flower #B3A5CE

Tints of Biloba Flower #B3A5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30%

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

R = 32.55%
G = 30%
B = 37.45%

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

#B3A5CE (or 0xB3A5CE) is known color: Biloba Flower. HEX triplet: B3, A5 and CE. RGB value is (179,165,206). Sum of RGB (Red+Green+Blue) = 179+165+206=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #B3A5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A5CE is #4C5A31. Grayscale: #ADADAD. Windows color (decimal): -5003826 or 13542835. OLE color: 13542835.

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

Color convert

RGB 179 165 206 -
CMYK 0.13 0.20 0 0.19
HSL 260.49º 0.29% 0.73% -
HSV(B) 260.49º 0.2% 0.81% -
XYZ 43.19 40.95 64.02 -
YUV 173.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 179 165 206 0.13 0.20 0 0.19 260.49 0.29 0.73
Hex B3 A5 CE D 14 0 13 104 1D 49
Octal 263 245 316 15 24 0 23 404 35 111
Binary 10110011 10100101 11001110 1101 10100 0 10011 100000100 11101 1001001

Color Harmonies of #B3A5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A5CE

Black with #B3A5CE

Text Example


Text Example

White with #B3A5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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