#B09CCB

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

Shades of Biloba Flower #B09CCB

Tints of Biloba Flower #B09CCB

Color information

#B09CCB (or 0xB09CCB) is unknown color: approx Biloba Flower. HEX triplet: B0, 9C and CB. RGB value is (176,156,203). Sum of RGB (Red+Green+Blue) = 176+156+203=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #B09CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09CCB is #4F6334. Grayscale: #A7A7A7. Windows color (decimal): -5202741 or 13343920. OLE color: 13343920.

HSL color Cylindrical-coordinate representation of color #B09CCB: hue angle of 265.53º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B09CCB is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176156203-
CMYK0.130.2300.20
HSL265.53º31.13%70.39%-
HSV(B)265.53º23.15%79.61%-
XYZ40.5737.3261.56-
YUV167.34148.13134.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 156 (61.33% from 255) = 29.16%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=32.90%
G=29.16%
B=37.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761562030.130.2300.20265.5331.1370.39
HexB09CCBD1701410a1f46
Octal260234313152702441237106
Binary101100001001110011001011110110111010100100001010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09CCB; }

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

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

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

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

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

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

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

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