#B2A8CF

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

Shades of Biloba Flower #B2A8CF

Tints of Biloba Flower #B2A8CF

Color information

#B2A8CF (or 0xB2A8CF) is unknown color: approx Biloba Flower. HEX triplet: B2, A8 and CF. RGB value is (178,168,207). Sum of RGB (Red+Green+Blue) = 178+168+207=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #B2A8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A8CF is #4D5730. Grayscale: #AFAFAF. Windows color (decimal): -5068593 or 13609138. OLE color: 13609138.

HSL color Cylindrical-coordinate representation of color #B2A8CF: hue angle of 255.38º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2A8CF is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB178168207-
CMYK0.140.1900.19
HSL255.38º28.89%73.53%-
HSV(B)255.38º18.84%81.18%-
XYZ43.6341.9864.83-
YUV175.44145.81129.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.19%
GREEN value IS 168 (66.02% from 255) = 30.38%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=32.19%
G=30.38%
B=37.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1781682070.140.1900.19255.3828.8973.53
HexB2A8CFE13013ff1d4a
Octal262250317162302337735112
Binary10110010101010001100111111101001101001111111111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A8CF; }

 p { color: rgb(178,168,207); }

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

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

 a { background-color: rgb(178,168,207); }

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

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

 span { border-color: rgb(178,168,207); }

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