Html Css Color HEX #B2A2DC Biloba Flower

📋 copy color: '#B2A2DC'

red 178 ◦ green 162 ◦ blue 220

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

Shades of Biloba Flower #B2A2DC

Tints of Biloba Flower #B2A2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.93%

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

R = 31.79%
G = 28.93%
B = 39.29%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2A2DC (or 0xB2A2DC) is known color: Biloba Flower. HEX triplet: B2, A2 and DC. RGB value is (178,162,220). Sum of RGB (Red+Green+Blue) = 178+162+220=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2A2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A2DC is #4D5D23. Grayscale: #ADADAD. Windows color (decimal): -5070116 or 14459570. OLE color: 14459570.

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

Color convert

RGB 178 162 220 -
CMYK 0.19 0.26 0 0.14
HSL 256.55º 0.45% 0.75% -
HSV(B) 256.55º 0.26% 0.86% -
XYZ 44.2 40.47 73.19 -
YUV 173.4 154.3 131.28 -
System Red Green Blue C M Y K H S L
Decimal 178 162 220 0.19 0.26 0 0.14 256.55 0.45 0.75
Hex B2 A2 DC 13 1A 0 E 101 2D 4B
Octal 262 242 334 23 32 0 16 401 55 113
Binary 10110010 10100010 11011100 10011 11010 0 1110 100000001 101101 1001011

Color Harmonies of #B2A2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A2DC

Black with #B2A2DC

Text Example


Text Example

White with #B2A2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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