Html Css Color HEX #B3A0CE Biloba Flower

📋 copy color: '#B3A0CE'

red 179 ◦ green 160 ◦ blue 206

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

Shades of Biloba Flower #B3A0CE

Tints of Biloba Flower #B3A0CE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.36%

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

R = 32.84%
G = 29.36%
B = 37.8%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B3A0CE (or 0xB3A0CE) is known color: Biloba Flower. HEX triplet: B3, A0 and CE. RGB value is (179,160,206). Sum of RGB (Red+Green+Blue) = 179+160+206=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: blue. Hex color #B3A0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A0CE is #4C5F31. Grayscale: #AAAAAA. Windows color (decimal): -5005106 or 13541555. OLE color: 13541555.

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

Color convert

RGB 179 160 206 -
CMYK 0.13 0.22 0 0.19
HSL 264.78º 0.32% 0.72% -
HSV(B) 264.78º 0.22% 0.81% -
XYZ 42.3 39.18 63.73 -
YUV 170.93 147.79 133.76 -
System Red Green Blue C M Y K H S L
Decimal 179 160 206 0.13 0.22 0 0.19 264.78 0.32 0.72
Hex B3 A0 CE D 16 0 13 109 20 48
Octal 263 240 316 15 26 0 23 411 40 110
Binary 10110011 10100000 11001110 1101 10110 0 10011 100001001 100000 1001000

Color Harmonies of #B3A0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A0CE

Black with #B3A0CE

Text Example


Text Example

White with #B3A0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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