#B69CCD

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

Shades of Biloba Flower #B69CCD

Tints of Biloba Flower #B69CCD

Color information

#B69CCD (or 0xB69CCD) is unknown color: approx Biloba Flower. HEX triplet: B6, 9C and CD. RGB value is (182,156,205). Sum of RGB (Red+Green+Blue) = 182+156+205=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #B69CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69CCD is #496332. Grayscale: #A9A9A9. Windows color (decimal): -4809523 or 13474998. OLE color: 13474998.

HSL color Cylindrical-coordinate representation of color #B69CCD: hue angle of 271.84º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B69CCD is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182156205-
CMYK0.110.2400.20
HSL271.84º32.89%70.78%-
HSV(B)271.84º23.9%80.39%-
XYZ42.238.1362.89-
YUV169.36148.11137.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.52%
GREEN value IS 156 (61.33% from 255) = 28.73%
BLUE value IS 205 (80.47% from 255) = 37.75%
R=33.52%
G=28.73%
B=37.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821562050.110.2400.20271.8432.8970.78
HexB69CCDB180141102147
Octal266234315133002442041107
Binary1011011010011100110011011011110000101001000100001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69CCD; }

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

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

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

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

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

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

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

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