Html Css Color HEX #B3ABC2 Biloba Flower

📋 copy color: '#B3ABC2'

red 179 ◦ green 171 ◦ blue 194

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

Shades of Biloba Flower #B3ABC2

Tints of Biloba Flower #B3ABC2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.43%

 BLUE value IS 194 (76.17% from 255) = 35.66%

R = 32.9%
G = 31.43%
B = 35.66%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B3ABC2 (or 0xB3ABC2) is known color: Biloba Flower. HEX triplet: B3, AB and C2. RGB value is (179,171,194). Sum of RGB (Red+Green+Blue) = 179+171+194=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 194 - color contains mainly: blue. Hex color #B3ABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ABC2 is #4C543D. Grayscale: #AFAFAF. Windows color (decimal): -5002302 or 12757939. OLE color: 12757939.

HSL color Cylindrical-coordinate representation of color #B3ABC2: hue angle of 260.87º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3ABC2 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 171 194 -
CMYK 0.08 0.12 0 0.24
HSL 260.87º 0.16% 0.72% -
HSV(B) 260.87º 0.12% 0.76% -
XYZ 42.89 42.6 57 -
YUV 176.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 179 171 194 0.08 0.12 0 0.24 260.87 0.16 0.72
Hex B3 AB C2 8 C 0 18 105 10 48
Octal 263 253 302 10 14 0 30 405 20 110
Binary 10110011 10101011 11000010 1000 1100 0 11000 100000101 10000 1001000

Color Harmonies of #B3ABC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3ABC2

Black with #B3ABC2

Text Example


Text Example

White with #B3ABC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3ABC2; }

 p { color: rgb(179,171,194); }

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

background-color css

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

 a { background-color: rgb(179,171,194); }

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

border-color css

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

 span { border-color: rgb(179,171,194); }

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