Html Css Color HEX #B2A9CD Biloba Flower

📋 copy color: '#B2A9CD'

red 178 ◦ green 169 ◦ blue 205

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

Shades of Biloba Flower #B2A9CD

Tints of Biloba Flower #B2A9CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.14%

R = 32.25%
G = 30.62%
B = 37.14%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B2A9CD (or 0xB2A9CD) is known color: Biloba Flower. HEX triplet: B2, A9 and CD. RGB value is (178,169,205). Sum of RGB (Red+Green+Blue) = 178+169+205=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2A9CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A9CD is #4D5632. Grayscale: #AFAFAF. Windows color (decimal): -5068339 or 13478322. OLE color: 13478322.

HSL color Cylindrical-coordinate representation of color #B2A9CD: hue angle of 255º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2A9CD is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 169 205 -
CMYK 0.13 0.18 0 0.20
HSL 255º 0.26% 0.73% -
HSV(B) 255º 0.18% 0.8% -
XYZ 43.57 42.25 63.62 -
YUV 175.8 144.48 129.57 -
System Red Green Blue C M Y K H S L
Decimal 178 169 205 0.13 0.18 0 0.20 255 0.26 0.73
Hex B2 A9 CD D 12 0 14 FF 1A 49
Octal 262 251 315 15 22 0 24 377 32 111
Binary 10110010 10101001 11001101 1101 10010 0 10100 11111111 11010 1001001

Color Harmonies of #B2A9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A9CD

Black with #B2A9CD

Text Example


Text Example

White with #B2A9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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