#BDE1C1

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

Shades of Fringy Flower #BDE1C1

Tints of Fringy Flower #BDE1C1

Color information

#BDE1C1 (or 0xBDE1C1) is unknown color: approx Fringy Flower. HEX triplet: BD, E1 and C1. RGB value is (189,225,193). Sum of RGB (Red+Green+Blue) = 189+225+193=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1C1 is #421E3E. Grayscale: #D2D2D2. Windows color (decimal): -4333119 or 12706237. OLE color: 12706237.

HSL color Cylindrical-coordinate representation of color #BDE1C1: hue angle of 126.67º 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 #BDE1C1 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB189225193-
CMYK0.1600.140.12
HSL126.67º37.5%81.18%-
HSV(B)126.67º16%88.24%-
XYZ57.5468.5260.65-
YUV210.59118.07112.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 225 (88.28% from 255) = 37.07%
BLUE value IS 193 (75.78% from 255) = 31.80%
R=31.14%
G=37.07%
B=31.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251930.1600.140.12126.6737.581.18
HexBDE1C1100EC7f2651
Octal275341301200161417746121
Binary1011110111100001110000011000001110110011111111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1C1; }

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

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

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

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

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

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

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

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