#BDE2BB

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

Shades of Fringy Flower #BDE2BB

Tints of Fringy Flower #BDE2BB

Color information

#BDE2BB (or 0xBDE2BB) is unknown color: approx Fringy Flower. HEX triplet: BD, E2 and BB. RGB value is (189,226,187). Sum of RGB (Red+Green+Blue) = 189+226+187=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2BB is #421D44. Grayscale: #D2D2D2. Windows color (decimal): -4332869 or 12313277. OLE color: 12313277.

HSL color Cylindrical-coordinate representation of color #BDE2BB: hue angle of 116.92º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE2BB is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB189226187-
CMYK0.1600.170.11
HSL116.92º40.21%80.98%-
HSV(B)116.92º17.26%88.63%-
XYZ57.1568.857.28-
YUV210.49114.74112.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 226 (88.67% from 255) = 37.54%
BLUE value IS 187 (73.44% from 255) = 31.06%
R=31.40%
G=37.54%
B=31.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892261870.1600.170.11116.9240.2180.98
HexBDE2BB10011B752851
Octal275342273200211316550121
Binary10111101111000101011101110000010001101111101011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE2BB; }

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

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

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

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

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

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

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

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