Html Css Color HEX #B2ABC1 Biloba Flower

📋 copy color: '#B2ABC1'

red 178 ◦ green 171 ◦ blue 193

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

Shades of Biloba Flower #B2ABC1

Tints of Biloba Flower #B2ABC1

RGB

 RED value IS 178 (69.92% from 255) = 32.84%

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

 BLUE value IS 193 (75.78% from 255) = 35.61%

R = 32.84%
G = 31.55%
B = 35.61%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B2ABC1 (or 0xB2ABC1) is known color: Biloba Flower. HEX triplet: B2, AB and C1. RGB value is (178,171,193). Sum of RGB (Red+Green+Blue) = 178+171+193=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 193 - color contains mainly: blue. Hex color #B2ABC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABC1 is #4D543E. Grayscale: #AFAFAF. Windows color (decimal): -5067839 or 12692402. OLE color: 12692402.

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

Color convert

RGB 178 171 193 -
CMYK 0.08 0.11 0 0.24
HSL 259.09º 0.15% 0.71% -
HSV(B) 259.09º 0.11% 0.76% -
XYZ 42.55 42.44 56.4 -
YUV 175.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 178 171 193 0.08 0.11 0 0.24 259.09 0.15 0.71
Hex B2 AB C1 8 B 0 18 103 F 47
Octal 262 253 301 10 13 0 30 403 17 107
Binary 10110010 10101011 11000001 1000 1011 0 11000 100000011 1111 1000111

Color Harmonies of #B2ABC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ABC1

Black with #B2ABC1

Text Example


Text Example

White with #B2ABC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ABC1; }

 p { color: rgb(178,171,193); }

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

background-color css

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

 a { background-color: rgb(178,171,193); }

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

border-color css

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

 span { border-color: rgb(178,171,193); }

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