#B69CCA

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

Shades of Biloba Flower #B69CCA

Tints of Biloba Flower #B69CCA

Color information

#B69CCA (or 0xB69CCA) is unknown color: approx Biloba Flower. HEX triplet: B6, 9C and CA. RGB value is (182,156,202). Sum of RGB (Red+Green+Blue) = 182+156+202=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #B69CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69CCA is #496335. Grayscale: #A8A8A8. Windows color (decimal): -4809526 or 13278390. OLE color: 13278390.

HSL color Cylindrical-coordinate representation of color #B69CCA: hue angle of 273.91º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B69CCA is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB182156202-
CMYK0.100.2300.21
HSL273.91º30.26%70.2%-
HSV(B)273.91º22.77%79.22%-
XYZ41.8437.9961-
YUV169.02146.61137.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.70%
GREEN value IS 156 (61.33% from 255) = 28.89%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=33.70%
G=28.89%
B=37.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821562020.100.2300.21273.9130.2670.2
HexB69CCAA170151121e46
Octal266234312122702542236106
Binary101101101001110011001010101010111010101100010010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69CCA; }

 p { color: rgb(182,156,202); }

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

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

 a { background-color: rgb(182,156,202); }

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

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

 span { border-color: rgb(182,156,202); }

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