Html Css Color HEX #B2A9C9 Biloba Flower

📋 copy color: '#B2A9C9'

red 178 ◦ green 169 ◦ blue 201

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

Shades of Biloba Flower #B2A9C9

Tints of Biloba Flower #B2A9C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.68%

R = 32.48%
G = 30.84%
B = 36.68%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B2A9C9 (or 0xB2A9C9) is known color: Biloba Flower. HEX triplet: B2, A9 and C9. RGB value is (178,169,201). Sum of RGB (Red+Green+Blue) = 178+169+201=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 201 - color contains mainly: blue. Hex color #B2A9C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A9C9 is #4D5636. Grayscale: #AFAFAF. Windows color (decimal): -5068343 or 13216178. OLE color: 13216178.

HSL color Cylindrical-coordinate representation of color #B2A9C9: hue angle of 256.88º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2A9C9 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 169 201 -
CMYK 0.11 0.16 0 0.21
HSL 256.88º 0.23% 0.73% -
HSV(B) 256.88º 0.16% 0.79% -
XYZ 43.09 42.06 61.11 -
YUV 175.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 178 169 201 0.11 0.16 0 0.21 256.88 0.23 0.73
Hex B2 A9 C9 B 10 0 15 101 17 49
Octal 262 251 311 13 20 0 25 401 27 111
Binary 10110010 10101001 11001001 1011 10000 0 10101 100000001 10111 1001001

Color Harmonies of #B2A9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A9C9

Black with #B2A9C9

Text Example


Text Example

White with #B2A9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A9C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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