Html Css Color HEX #B2A3DD Biloba Flower

📋 copy color: '#B2A3DD'

red 178 ◦ green 163 ◦ blue 221

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

Shades of Biloba Flower #B2A3DD

Tints of Biloba Flower #B2A3DD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29%

 BLUE value IS 221 (86.72% from 255) = 39.32%

R = 31.67%
G = 29%
B = 39.32%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B2A3DD (or 0xB2A3DD) is known color: Biloba Flower. HEX triplet: B2, A3 and DD. RGB value is (178,163,221). Sum of RGB (Red+Green+Blue) = 178+163+221=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2A3DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A3DD is #4D5C22. Grayscale: #ADADAD. Windows color (decimal): -5069859 or 14525362. OLE color: 14525362.

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

Color convert

RGB 178 163 221 -
CMYK 0.19 0.26 0 0.13
HSL 255.52º 0.46% 0.75% -
HSV(B) 255.52º 0.26% 0.87% -
XYZ 44.51 40.88 73.95 -
YUV 174.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 178 163 221 0.19 0.26 0 0.13 255.52 0.46 0.75
Hex B2 A3 DD 13 1A 0 D 100 2E 4B
Octal 262 243 335 23 32 0 15 400 56 113
Binary 10110010 10100011 11011101 10011 11010 0 1101 100000000 101110 1001011

Color Harmonies of #B2A3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A3DD

Black with #B2A3DD

Text Example


Text Example

White with #B2A3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A3DD; }

 p { color: rgb(178,163,221); }

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

background-color css

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

 a { background-color: rgb(178,163,221); }

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

border-color css

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

 span { border-color: rgb(178,163,221); }

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