#B09CC4

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

Shades of Biloba Flower #B09CC4

Tints of Biloba Flower #B09CC4

Color information

#B09CC4 (or 0xB09CC4) is unknown color: approx Biloba Flower. HEX triplet: B0, 9C and C4. RGB value is (176,156,196). Sum of RGB (Red+Green+Blue) = 176+156+196=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 196 - color contains mainly: blue. Hex color #B09CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09CC4 is #4F633B. Grayscale: #A6A6A6. Windows color (decimal): -5202748 or 12885168. OLE color: 12885168.

HSL color Cylindrical-coordinate representation of color #B09CC4: hue angle of 270º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B09CC4 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB176156196-
CMYK0.100.2000.23
HSL270º25.32%69.02%-
HSV(B)270º20.41%76.86%-
XYZ39.7636.9957.27-
YUV166.54144.63134.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.33%
GREEN value IS 156 (61.33% from 255) = 29.55%
BLUE value IS 196 (76.95% from 255) = 37.12%
R=33.33%
G=29.55%
B=37.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761561960.100.2000.2327025.3269.02
HexB09CC4A1401710e1945
Octal260234304122402741631105
Binary101100001001110011000100101010100010111100001110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09CC4; }

 p { color: rgb(176,156,196); }

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

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

 a { background-color: rgb(176,156,196); }

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

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

 span { border-color: rgb(176,156,196); }

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