Html Css Color HEX #B2A9C1 Biloba Flower

📋 copy color: '#B2A9C1'

red 178 ◦ green 169 ◦ blue 193

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

Shades of Biloba Flower #B2A9C1

Tints of Biloba Flower #B2A9C1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.3%

 BLUE value IS 193 (75.78% from 255) = 35.74%

R = 32.96%
G = 31.3%
B = 35.74%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B2A9C1 (or 0xB2A9C1) is known color: Biloba Flower. HEX triplet: B2, A9 and C1. RGB value is (178,169,193). Sum of RGB (Red+Green+Blue) = 178+169+193=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 193 - color contains mainly: blue. Hex color #B2A9C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A9C1 is #4D563E. Grayscale: #AEAEAE. Windows color (decimal): -5068351 or 12691890. OLE color: 12691890.

HSL color Cylindrical-coordinate representation of color #B2A9C1: hue angle of 262.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2A9C1 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 169 193 -
CMYK 0.08 0.12 0 0.24
HSL 262.5º 0.16% 0.71% -
HSV(B) 262.5º 0.12% 0.76% -
XYZ 42.17 41.69 56.28 -
YUV 174.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 178 169 193 0.08 0.12 0 0.24 262.5 0.16 0.71
Hex B2 A9 C1 8 C 0 18 106 10 47
Octal 262 251 301 10 14 0 30 406 20 107
Binary 10110010 10101001 11000001 1000 1100 0 11000 100000110 10000 1000111

Color Harmonies of #B2A9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A9C1

Black with #B2A9C1

Text Example


Text Example

White with #B2A9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A9C1; }

 p { color: rgb(178,169,193); }

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

background-color css

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

 a { background-color: rgb(178,169,193); }

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

border-color css

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

 span { border-color: rgb(178,169,193); }

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