#BDECC2

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

Shades of Fringy Flower #BDECC2

Tints of Fringy Flower #BDECC2

Color information

#BDECC2 (or 0xBDECC2) is unknown color: approx Fringy Flower. HEX triplet: BD, EC and C2. RGB value is (189,236,194). Sum of RGB (Red+Green+Blue) = 189+236+194=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECC2 is #42133D. Grayscale: #D9D9D9. Windows color (decimal): -4330302 or 12774589. OLE color: 12774589.

HSL color Cylindrical-coordinate representation of color #BDECC2: hue angle of 126.38º 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 #BDECC2 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB189236194-
CMYK0.2000.180.07
HSL126.38º55.29%83.33%-
HSV(B)126.38º19.92%92.55%-
XYZ60.7274.762.26-
YUV217.16114.93107.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.53%
GREEN value IS 236 (92.58% from 255) = 38.13%
BLUE value IS 194 (76.17% from 255) = 31.34%
R=30.53%
G=38.13%
B=31.34%

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
Decimal1892361940.2000.180.07126.3855.2983.33
HexBDECC21401277e3753
Octal27535430224022717667123
Binary1011110111101100110000101010001001011111111101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECC2; }

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

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

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

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

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

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

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

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