#BDEBBB

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

Shades of Fringy Flower #BDEBBB

Tints of Fringy Flower #BDEBBB

Color information

#BDEBBB (or 0xBDEBBB) is unknown color: approx Fringy Flower. HEX triplet: BD, EB and BB. RGB value is (189,235,187). Sum of RGB (Red+Green+Blue) = 189+235+187=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBBB is #421444. Grayscale: #D7D7D7. Windows color (decimal): -4330565 or 12315581. OLE color: 12315581.

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

Color convert

RGB189235187-
CMYK0.2000.200.08
HSL117.5º54.55%82.75%-
HSV(B)117.5º20.43%92.16%-
XYZ59.6673.8258.12-
YUV215.77111.76108.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.93%
GREEN value IS 235 (92.19% from 255) = 38.46%
BLUE value IS 187 (73.44% from 255) = 30.61%
R=30.93%
G=38.46%
B=30.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892351870.2000.200.08117.554.5582.75
HexBDEBBB140148753753
Octal275353273240241016567123
Binary10111101111010111011101110100010100100011101011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBBB; }

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

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

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

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

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

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

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

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