#BDECC1

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

Shades of Fringy Flower #BDECC1

Tints of Fringy Flower #BDECC1

Color information

#BDECC1 (or 0xBDECC1) is unknown color: approx Fringy Flower. HEX triplet: BD, EC and C1. RGB value is (189,236,193). Sum of RGB (Red+Green+Blue) = 189+236+193=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECC1 is #42133E. Grayscale: #D9D9D9. Windows color (decimal): -4330303 or 12709053. OLE color: 12709053.

HSL color Cylindrical-coordinate representation of color #BDECC1: hue angle of 125.11º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDECC1 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB189236193-
CMYK0.2000.180.07
HSL125.11º55.29%83.33%-
HSV(B)125.11º19.92%92.55%-
XYZ60.6174.6661.67-
YUV217.04114.43108-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.58%
GREEN value IS 236 (92.58% from 255) = 38.19%
BLUE value IS 193 (75.78% from 255) = 31.23%
R=30.58%
G=38.19%
B=31.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892361930.2000.180.07125.1155.2983.33
HexBDECC11401277d3753
Octal27535430124022717567123
Binary1011110111101100110000011010001001011111111011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECC1; }

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

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

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

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

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

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

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

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