#BDE1BC

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

Shades of Fringy Flower #BDE1BC

Tints of Fringy Flower #BDE1BC

Color information

#BDE1BC (or 0xBDE1BC) is unknown color: approx Fringy Flower. HEX triplet: BD, E1 and BC. RGB value is (189,225,188). Sum of RGB (Red+Green+Blue) = 189+225+188=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1BC is #421E43. Grayscale: #D2D2D2. Windows color (decimal): -4333124 or 12378557. OLE color: 12378557.

HSL color Cylindrical-coordinate representation of color #BDE1BC: hue angle of 118.38º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE1BC is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB189225188-
CMYK0.1600.160.12
HSL118.38º38.14%80.98%-
HSV(B)118.38º16.44%88.24%-
XYZ56.9968.357.76-
YUV210.02115.57113.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 225 (88.28% from 255) = 37.38%
BLUE value IS 188 (73.83% from 255) = 31.23%
R=31.40%
G=37.38%
B=31.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251880.1600.160.12118.3838.1480.98
HexBDE1BC10010C762651
Octal275341274200201416646121
Binary10111101111000011011110010000010000110011101101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1BC; }

 p { color: rgb(189,225,188); }

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

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

 a { background-color: rgb(189,225,188); }

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

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

 span { border-color: rgb(189,225,188); }

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