#B4A8CB

Color #B4A8CB Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B4A8CB

Tints of Biloba Flower #B4A8CB

Color information

#B4A8CB (or 0xB4A8CB) is unknown color: approx Biloba Flower. HEX triplet: B4, A8 and CB. RGB value is (180,168,203). Sum of RGB (Red+Green+Blue) = 180+168+203=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #B4A8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A8CB is #4B5734. Grayscale: #AFAFAF. Windows color (decimal): -4937525 or 13346996. OLE color: 13346996.

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

Color convert

RGB180168203-
CMYK0.110.1700.20
HSL260.57º25.18%72.75%-
HSV(B)260.57º17.24%79.61%-
XYZ43.642.0262.31-
YUV175.58143.48131.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.67%
GREEN value IS 168 (66.02% from 255) = 30.49%
BLUE value IS 203 (79.69% from 255) = 36.84%
R=32.67%
G=30.49%
B=36.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801682030.110.1700.20260.5725.1872.75
HexB4A8CBB110141051949
Octal264250313132102440531111
Binary101101001010100011001011101110001010100100000101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A8CB; }

 p { color: rgb(180,168,203); }

 H1.HeaderClassName
 {
   color: #B4A8CB;
 }
 .AnyTagClassName
 {
   color: #B4A8CB;
 }
</style>
background-color css

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

 a { background-color: rgb(180,168,203); }

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

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

 span { border-color: rgb(180,168,203); }

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