#BEEBBA

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

Shades of Fringy Flower #BEEBBA

Tints of Fringy Flower #BEEBBA

Color information

#BEEBBA (or 0xBEEBBA) is unknown color: approx Fringy Flower. HEX triplet: BE, EB and BA. RGB value is (190,235,186). Sum of RGB (Red+Green+Blue) = 190+235+186=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBBA is #411445. Grayscale: #D8D8D8. Windows color (decimal): -4265030 or 12250046. OLE color: 12250046.

HSL color Cylindrical-coordinate representation of color #BEEBBA: hue angle of 115.1º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEBBA is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB190235186-
CMYK0.1900.210.08
HSL115.1º55.06%82.55%-
HSV(B)115.1º20.85%92.16%-
XYZ59.8173.9157.57-
YUV215.96111.09109.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.10%
GREEN value IS 235 (92.19% from 255) = 38.46%
BLUE value IS 186 (73.05% from 255) = 30.44%
R=31.10%
G=38.46%
B=30.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902351860.1900.210.08115.155.0682.55
HexBEEBBA130158733753
Octal276353272230251016367123
Binary10111110111010111011101010011010101100011100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEBBA; }

 p { color: rgb(190,235,186); }

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

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

 a { background-color: rgb(190,235,186); }

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

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

 span { border-color: rgb(190,235,186); }

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