#B695CD

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

Shades of Biloba Flower #B695CD

Tints of Biloba Flower #B695CD

Color information

#B695CD (or 0xB695CD) is unknown color: approx Biloba Flower. HEX triplet: B6, 95 and CD. RGB value is (182,149,205). Sum of RGB (Red+Green+Blue) = 182+149+205=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #B695CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B695CD is #496A32. Grayscale: #A5A5A5. Windows color (decimal): -4811315 or 13473206. OLE color: 13473206.

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

Color convert

RGB182149205-
CMYK0.110.2700.20
HSL275.36º35.9%69.41%-
HSV(B)275.36º27.32%80.39%-
XYZ41.0635.8562.51-
YUV165.25150.43139.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.96%
GREEN value IS 149 (58.59% from 255) = 27.80%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=33.96%
G=27.80%
B=38.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821492050.110.2700.20275.3635.969.41
HexB695CDB1B0141132445
Octal266225315133302442344105
Binary1011011010010101110011011011110110101001000100111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B695CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B695CD; }

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

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

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

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

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

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

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

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