#B69CEC

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

Shades of Biloba Flower #B69CEC

Tints of Biloba Flower #B69CEC

Color information

#B69CEC (or 0xB69CEC) is unknown color: approx Biloba Flower. HEX triplet: B6, 9C and EC. RGB value is (182,156,236). Sum of RGB (Red+Green+Blue) = 182+156+236=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #B69CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69CEC is #496313. Grayscale: #ACACAC. Windows color (decimal): -4809492 or 15506614. OLE color: 15506614.

HSL color Cylindrical-coordinate representation of color #B69CEC: hue angle of 259.5º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B69CEC is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182156236-
CMYK0.230.3400.07
HSL259.5º67.8%76.86%-
HSV(B)259.5º33.9%92.55%-
XYZ46.3239.7884.59-
YUV172.89163.61134.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.71%
GREEN value IS 156 (61.33% from 255) = 27.18%
BLUE value IS 236 (92.58% from 255) = 41.11%
R=31.71%
G=27.18%
B=41.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821562360.230.3400.07259.567.876.86
HexB69CEC172207104444d
Octal266234354274207404104115
Binary10110110100111001110110010111100010011110000010010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69CEC; }

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

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

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

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

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

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

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

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