Html Css Color HEX #B2A6DC Biloba Flower

📋 copy color: '#B2A6DC'

red 178 ◦ green 166 ◦ blue 220

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

Shades of Biloba Flower #B2A6DC

Tints of Biloba Flower #B2A6DC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.43%

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

R = 31.56%
G = 29.43%
B = 39.01%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2A6DC (or 0xB2A6DC) is known color: Biloba Flower. HEX triplet: B2, A6 and DC. RGB value is (178,166,220). Sum of RGB (Red+Green+Blue) = 178+166+220=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2A6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A6DC is #4D5923. Grayscale: #AFAFAF. Windows color (decimal): -5069092 or 14460594. OLE color: 14460594.

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

Color convert

RGB 178 166 220 -
CMYK 0.19 0.25 0 0.14
HSL 253.33º 0.44% 0.76% -
HSV(B) 253.33º 0.25% 0.86% -
XYZ 44.91 41.9 73.43 -
YUV 175.74 152.98 129.61 -
System Red Green Blue C M Y K H S L
Decimal 178 166 220 0.19 0.25 0 0.14 253.33 0.44 0.76
Hex B2 A6 DC 13 19 0 E FD 2C 4C
Octal 262 246 334 23 31 0 16 375 54 114
Binary 10110010 10100110 11011100 10011 11001 0 1110 11111101 101100 1001100

Color Harmonies of #B2A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A6DC

Black with #B2A6DC

Text Example


Text Example

White with #B2A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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