Html Css Color HEX #B4A9CD Biloba Flower

📋 copy color: '#B4A9CD'

red 180 ◦ green 169 ◦ blue 205

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

Shades of Biloba Flower #B4A9CD

Tints of Biloba Flower #B4A9CD

RGB

 RED value IS 180 (70.7% from 255) = 32.49%

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

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

R = 32.49%
G = 30.51%
B = 37%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B4A9CD (or 0xB4A9CD) is known color: Biloba Flower. HEX triplet: B4, A9 and CD. RGB value is (180,169,205). Sum of RGB (Red+Green+Blue) = 180+169+205=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #B4A9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A9CD is #4B5632. Grayscale: #B0B0B0. Windows color (decimal): -4937267 or 13478324. OLE color: 13478324.

HSL color Cylindrical-coordinate representation of color #B4A9CD: hue angle of 258.33º 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 #B4A9CD is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 169 205 -
CMYK 0.12 0.18 0 0.20
HSL 258.33º 0.26% 0.73% -
HSV(B) 258.33º 0.18% 0.8% -
XYZ 44.03 42.49 63.64 -
YUV 176.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 180 169 205 0.12 0.18 0 0.20 258.33 0.26 0.73
Hex B4 A9 CD C 12 0 14 102 1A 49
Octal 264 251 315 14 22 0 24 402 32 111
Binary 10110100 10101001 11001101 1100 10010 0 10100 100000010 11010 1001001

Color Harmonies of #B4A9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A9CD

Black with #B4A9CD

Text Example


Text Example

White with #B4A9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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