#BDE9C2

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

Shades of Fringy Flower #BDE9C2

Tints of Fringy Flower #BDE9C2

Color information

#BDE9C2 (or 0xBDE9C2) is unknown color: approx Fringy Flower. HEX triplet: BD, E9 and C2. RGB value is (189,233,194). Sum of RGB (Red+Green+Blue) = 189+233+194=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9C2 is #42163D. Grayscale: #D7D7D7. Windows color (decimal): -4331070 or 12773821. OLE color: 12773821.

HSL color Cylindrical-coordinate representation of color #BDE9C2: hue angle of 126.82º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE9C2 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB189233194-
CMYK0.1900.170.09
HSL126.82º50%82.75%-
HSV(B)126.82º18.88%91.37%-
XYZ59.8672.9961.97-
YUV215.4115.92109.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 233 (91.41% from 255) = 37.82%
BLUE value IS 194 (76.17% from 255) = 31.49%
R=30.68%
G=37.82%
B=31.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892331940.1900.170.09126.825082.75
HexBDE9C21301197f3253
Octal275351302230211117762123
Binary10111101111010011100001010011010001100111111111100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE9C2; }

 p { color: rgb(189,233,194); }

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

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

 a { background-color: rgb(189,233,194); }

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

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

 span { border-color: rgb(189,233,194); }

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