#BDEBBF

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

Shades of Fringy Flower #BDEBBF

Tints of Fringy Flower #BDEBBF

Color information

#BDEBBF (or 0xBDEBBF) is unknown color: approx Fringy Flower. HEX triplet: BD, EB and BF. RGB value is (189,235,191). Sum of RGB (Red+Green+Blue) = 189+235+191=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBBF is #421440. Grayscale: #D8D8D8. Windows color (decimal): -4330561 or 12577725. OLE color: 12577725.

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

Color convert

RGB189235191-
CMYK0.2000.190.08
HSL122.61º53.49%83.14%-
HSV(B)122.61º19.57%92.16%-
XYZ60.17460.41-
YUV216.23113.76108.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.73%
GREEN value IS 235 (92.19% from 255) = 38.21%
BLUE value IS 191 (75% from 255) = 31.06%
R=30.73%
G=38.21%
B=31.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892351910.2000.190.08122.6153.4983.14
HexBDEBBF1401387b3553
Octal275353277240231017365123
Binary10111101111010111011111110100010011100011110111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBBF; }

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

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

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

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

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

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

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

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