Html Css Color HEX #B2ABC0 Biloba Flower

📋 copy color: '#B2ABC0'

red 178 ◦ green 171 ◦ blue 192

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

Shades of Biloba Flower #B2ABC0

Tints of Biloba Flower #B2ABC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.49%

R = 32.9%
G = 31.61%
B = 35.49%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B2ABC0 (or 0xB2ABC0) is known color: Biloba Flower. HEX triplet: B2, AB and C0. RGB value is (178,171,192). Sum of RGB (Red+Green+Blue) = 178+171+192=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 192 - color contains mainly: blue. Hex color #B2ABC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABC0 is #4D543F. Grayscale: #AFAFAF. Windows color (decimal): -5067840 or 12626866. OLE color: 12626866.

HSL color Cylindrical-coordinate representation of color #B2ABC0: hue angle of 260º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2ABC0 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 171 192 -
CMYK 0.07 0.11 0 0.25
HSL 260º 0.14% 0.71% -
HSV(B) 260º 0.11% 0.75% -
XYZ 42.44 42.4 55.82 -
YUV 175.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 178 171 192 0.07 0.11 0 0.25 260 0.14 0.71
Hex B2 AB C0 7 B 0 19 104 E 47
Octal 262 253 300 7 13 0 31 404 16 107
Binary 10110010 10101011 11000000 111 1011 0 11001 100000100 1110 1000111

Color Harmonies of #B2ABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ABC0

Black with #B2ABC0

Text Example


Text Example

White with #B2ABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ABC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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