Html Css Color HEX #B2A0DA Biloba Flower

📋 copy color: '#B2A0DA'

red 178 ◦ green 160 ◦ blue 218

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

Shades of Biloba Flower #B2A0DA

Tints of Biloba Flower #B2A0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.21%

R = 32.01%
G = 28.78%
B = 39.21%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B2A0DA (or 0xB2A0DA) is known color: Biloba Flower. HEX triplet: B2, A0 and DA. RGB value is (178,160,218). Sum of RGB (Red+Green+Blue) = 178+160+218=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #B2A0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A0DA is #4D5F25. Grayscale: #ABABAB. Windows color (decimal): -5070630 or 14327986. OLE color: 14327986.

HSL color Cylindrical-coordinate representation of color #B2A0DA: hue angle of 258.62º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2A0DA is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 160 218 -
CMYK 0.18 0.27 0 0.15
HSL 258.62º 0.44% 0.74% -
HSV(B) 258.62º 0.27% 0.85% -
XYZ 43.59 39.67 71.69 -
YUV 171.99 153.96 132.28 -
System Red Green Blue C M Y K H S L
Decimal 178 160 218 0.18 0.27 0 0.15 258.62 0.44 0.74
Hex B2 A0 DA 12 1B 0 F 103 2C 4A
Octal 262 240 332 22 33 0 17 403 54 112
Binary 10110010 10100000 11011010 10010 11011 0 1111 100000011 101100 1001010

Color Harmonies of #B2A0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A0DA

Black with #B2A0DA

Text Example


Text Example

White with #B2A0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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