Html Css Color HEX #B2A6CE Biloba Flower

📋 copy color: '#B2A6CE'

red 178 ◦ green 166 ◦ blue 206

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

Shades of Biloba Flower #B2A6CE

Tints of Biloba Flower #B2A6CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.45%

R = 32.36%
G = 30.18%
B = 37.45%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B2A6CE (or 0xB2A6CE) is known color: Biloba Flower. HEX triplet: B2, A6 and CE. RGB value is (178,166,206). Sum of RGB (Red+Green+Blue) = 178+166+206=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2A6CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A6CE is #4D5931. Grayscale: #AEAEAE. Windows color (decimal): -5069106 or 13543090. OLE color: 13543090.

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

Color convert

RGB 178 166 206 -
CMYK 0.14 0.19 0 0.19
HSL 258º 0.29% 0.73% -
HSV(B) 258º 0.19% 0.81% -
XYZ 43.14 41.19 64.07 -
YUV 174.15 145.98 130.75 -
System Red Green Blue C M Y K H S L
Decimal 178 166 206 0.14 0.19 0 0.19 258 0.29 0.73
Hex B2 A6 CE E 13 0 13 102 1D 49
Octal 262 246 316 16 23 0 23 402 35 111
Binary 10110010 10100110 11001110 1110 10011 0 10011 100000010 11101 1001001

Color Harmonies of #B2A6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A6CE

Black with #B2A6CE

Text Example


Text Example

White with #B2A6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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