#B097CD

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

Shades of Biloba Flower #B097CD

Tints of Biloba Flower #B097CD

Color information

#B097CD (or 0xB097CD) is unknown color: approx Biloba Flower. HEX triplet: B0, 97 and CD. RGB value is (176,151,205). Sum of RGB (Red+Green+Blue) = 176+151+205=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #B097CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097CD is #4F6832. Grayscale: #A4A4A4. Windows color (decimal): -5204019 or 13473712. OLE color: 13473712.

HSL color Cylindrical-coordinate representation of color #B097CD: hue angle of 267.78º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B097CD is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176151205-
CMYK0.140.2600.20
HSL267.78º35.06%69.8%-
HSV(B)267.78º26.34%80.39%-
XYZ39.9935.7762.55-
YUV164.63150.78136.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.08%
GREEN value IS 151 (59.38% from 255) = 28.38%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=33.08%
G=28.38%
B=38.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761512050.140.2600.20267.7835.0669.8
HexB097CDE1A01410c2346
Octal260227315163202441443106
Binary1011000010010111110011011110110100101001000011001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B097CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B097CD; }

 p { color: rgb(176,151,205); }

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

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

 a { background-color: rgb(176,151,205); }

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

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

 span { border-color: rgb(176,151,205); }

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