Html Css Color HEX #B0A4C9 Biloba Flower

📋 copy color: '#B0A4C9'

red 176 ◦ green 164 ◦ blue 201

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

Shades of Biloba Flower #B0A4C9

Tints of Biloba Flower #B0A4C9

RGB

 RED value IS 176 (69.14% from 255) = 32.53%

 GREEN value IS 164 (64.45% from 255) = 30.31%

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

R = 32.53%
G = 30.31%
B = 37.15%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B0A4C9 (or 0xB0A4C9) is known color: Biloba Flower. HEX triplet: B0, A4 and C9. RGB value is (176,164,201). Sum of RGB (Red+Green+Blue) = 176+164+201=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 201 - color contains mainly: blue. Hex color #B0A4C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A4C9 is #4F5B36. Grayscale: #ABABAB. Windows color (decimal): -5200695 or 13214896. OLE color: 13214896.

HSL color Cylindrical-coordinate representation of color #B0A4C9: hue angle of 259.46º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0A4C9 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 164 201 -
CMYK 0.12 0.18 0 0.21
HSL 259.46º 0.26% 0.72% -
HSV(B) 259.46º 0.18% 0.79% -
XYZ 41.72 40 60.78 -
YUV 171.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 176 164 201 0.12 0.18 0 0.21 259.46 0.26 0.72
Hex B0 A4 C9 C 12 0 15 103 1A 48
Octal 260 244 311 14 22 0 25 403 32 110
Binary 10110000 10100100 11001001 1100 10010 0 10101 100000011 11010 1001000

Color Harmonies of #B0A4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A4C9

Black with #B0A4C9

Text Example


Text Example

White with #B0A4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A4C9; }

 p { color: rgb(176,164,201); }

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

background-color css

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

 a { background-color: rgb(176,164,201); }

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

border-color css

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

 span { border-color: rgb(176,164,201); }

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