#BDEBBA

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

Shades of Fringy Flower #BDEBBA

Tints of Fringy Flower #BDEBBA

Color information

#BDEBBA (or 0xBDEBBA) is unknown color: approx Fringy Flower. HEX triplet: BD, EB and BA. RGB value is (189,235,186). Sum of RGB (Red+Green+Blue) = 189+235+186=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBBA is #421445. Grayscale: #D7D7D7. Windows color (decimal): -4330566 or 12250045. OLE color: 12250045.

HSL color Cylindrical-coordinate representation of color #BDEBBA: hue angle of 116.33º 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 #BDEBBA is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB189235186-
CMYK0.2000.210.08
HSL116.33º55.06%82.55%-
HSV(B)116.33º20.85%92.16%-
XYZ59.5673.7857.56-
YUV215.66111.26108.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.98%
GREEN value IS 235 (92.19% from 255) = 38.52%
BLUE value IS 186 (73.05% from 255) = 30.49%
R=30.98%
G=38.52%
B=30.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892351860.2000.210.08116.3355.0682.55
HexBDEBBA140158743753
Octal275353272240251016467123
Binary10111101111010111011101010100010101100011101001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBBA; }

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

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

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

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

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

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

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

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