#B299CB

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

Shades of Biloba Flower #B299CB

Tints of Biloba Flower #B299CB

Color information

#B299CB (or 0xB299CB) is unknown color: approx Biloba Flower. HEX triplet: B2, 99 and CB. RGB value is (178,153,203). Sum of RGB (Red+Green+Blue) = 178+153+203=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #B299CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B299CB is #4D6634. Grayscale: #A6A6A6. Windows color (decimal): -5072437 or 13343154. OLE color: 13343154.

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

Color convert

RGB178153203-
CMYK0.120.2500.20
HSL270º32.47%69.8%-
HSV(B)270º24.63%79.61%-
XYZ40.5336.5661.42-
YUV166.18148.78136.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.33%
GREEN value IS 153 (60.16% from 255) = 28.65%
BLUE value IS 203 (79.69% from 255) = 38.01%
R=33.33%
G=28.65%
B=38.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781532030.120.2500.2027032.4769.8
HexB299CBC1901410e2046
Octal262231313143102441640106
Binary1011001010011001110010111100110010101001000011101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B299CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B299CB; }

 p { color: rgb(178,153,203); }

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

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

 a { background-color: rgb(178,153,203); }

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

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

 span { border-color: rgb(178,153,203); }

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