Html Css Color HEX #B2A0DC Biloba Flower

📋 copy color: '#B2A0DC'

red 178 ◦ green 160 ◦ blue 220

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

Shades of Biloba Flower #B2A0DC

Tints of Biloba Flower #B2A0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.43%

R = 31.9%
G = 28.67%
B = 39.43%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2A0DC (or 0xB2A0DC) is known color: Biloba Flower. HEX triplet: B2, A0 and DC. RGB value is (178,160,220). Sum of RGB (Red+Green+Blue) = 178+160+220=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2A0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A0DC is #4D5F23. Grayscale: #ABABAB. Windows color (decimal): -5070628 or 14459058. OLE color: 14459058.

HSL color Cylindrical-coordinate representation of color #B2A0DC: hue angle of 258º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2A0DC is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 160 220 -
CMYK 0.19 0.27 0 0.14
HSL 258º 0.46% 0.75% -
HSV(B) 258º 0.27% 0.86% -
XYZ 43.85 39.77 73.08 -
YUV 172.22 154.96 132.12 -
System Red Green Blue C M Y K H S L
Decimal 178 160 220 0.19 0.27 0 0.14 258 0.46 0.75
Hex B2 A0 DC 13 1B 0 E 102 2E 4B
Octal 262 240 334 23 33 0 16 402 56 113
Binary 10110010 10100000 11011100 10011 11011 0 1110 100000010 101110 1001011

Color Harmonies of #B2A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A0DC

Black with #B2A0DC

Text Example


Text Example

White with #B2A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A0DC; }

 p { color: rgb(178,160,220); }

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

background-color css

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

 a { background-color: rgb(178,160,220); }

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

border-color css

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

 span { border-color: rgb(178,160,220); }

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