#B89CCB

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

Shades of Biloba Flower #B89CCB

Tints of Biloba Flower #B89CCB

Color information

#B89CCB (or 0xB89CCB) is unknown color: approx Biloba Flower. HEX triplet: B8, 9C and CB. RGB value is (184,156,203). Sum of RGB (Red+Green+Blue) = 184+156+203=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #B89CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89CCB is #476334. Grayscale: #A9A9A9. Windows color (decimal): -4678453 or 13343928. OLE color: 13343928.

HSL color Cylindrical-coordinate representation of color #B89CCB: hue angle of 275.74º 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 #B89CCB is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184156203-
CMYK0.090.2300.20
HSL275.74º31.13%70.39%-
HSV(B)275.74º23.15%79.61%-
XYZ42.4438.2861.65-
YUV169.73146.78138.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.89%
GREEN value IS 156 (61.33% from 255) = 28.73%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=33.89%
G=28.73%
B=37.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841562030.090.2300.20275.7431.1370.39
HexB89CCB9170141141f46
Octal270234313112702442437106
Binary101110001001110011001011100110111010100100010100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89CCB; }

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

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

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

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

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

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

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

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