#B68EDF

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

Shades of Biloba Flower #B68EDF

Tints of Biloba Flower #B68EDF

Color information

#B68EDF (or 0xB68EDF) is unknown color: approx Biloba Flower. HEX triplet: B6, 8E and DF. RGB value is (182,142,223). Sum of RGB (Red+Green+Blue) = 182+142+223=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 142 (55.86% from 255 or 25.96% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #B68EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68EDF is #497120. Grayscale: #A2A2A2. Windows color (decimal): -4813089 or 14651062. OLE color: 14651062.

HSL color Cylindrical-coordinate representation of color #B68EDF: hue angle of 269.63º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B68EDF is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182142223-
CMYK0.180.3600.13
HSL269.63º55.86%71.57%-
HSV(B)269.63º36.32%87.45%-
XYZ42.2834.6274.27-
YUV163.19161.75141.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.27%
GREEN value IS 142 (55.86% from 255) = 25.96%
BLUE value IS 223 (87.5% from 255) = 40.77%
R=33.27%
G=25.96%
B=40.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821422230.180.3600.13269.6355.8671.57
HexB68EDF12240D10e3848
Octal266216337224401541670110
Binary10110110100011101101111110010100100011011000011101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68EDF; }

 p { color: rgb(182,142,223); }

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

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

 a { background-color: rgb(182,142,223); }

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

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

 span { border-color: rgb(182,142,223); }

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